30b0924f28
Debian packaging contains a control file called meta_data.yaml. In that file the download path of the source packages is needed and is usually long. Change long line errors to warnings for yaml linter. Define long line starting from 160 characters for yaml linter. Story: 2009101 Task: 43223 Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com> Change-Id: I05999d2ce9bd52e317f951ec76688538ef5d7c9b
9 lines
143 B
Plaintext
9 lines
143 B
Plaintext
---
|
|
extends: default
|
|
|
|
rules:
|
|
# 160 chars should be enough, but don't fail if a line is longer
|
|
line-length:
|
|
max: 160
|
|
level: warning
|