Revert "dib-lint: use yamllint to parse YAML files"
This reverts commitchanges/41/731441/1 2.37.36ee2995214
ande85c2a6f03
. I missed that if you pip install and then run dib-lint, it's not going to pick up the .yamllint file shipped here. Thus it gives spurious errors. The reason for this was simply better duplicate key detection in yaml files, which caused us problems with the kernel installs. However, at this point it seems just the old "does it load" test from pyyaml will be enough. Change-Id: I87a9fc9bb119cfeffad48fc0fa0df31f0181825d
parent
d2eaaaf622
commit
0c94eef7be
@ -1,20 +0,0 @@
|
||||
extends: default
|
||||
ignore: |
|
||||
.tox
|
||||
|
||||
rules:
|
||||
braces:
|
||||
max-spaces-inside: 1
|
||||
level: error
|
||||
brackets:
|
||||
max-spaces-inside: 1
|
||||
level: error
|
||||
document-start: disable
|
||||
empty-lines:
|
||||
max: 1
|
||||
max-end: 2
|
||||
indentation:
|
||||
level: error
|
||||
indent-sequences: consistent
|
||||
line-length: disable
|
||||
truthy: false
|
@ -1 +1 @@
|
||||
dib-utils:
|
||||
dib-utils:
|
@ -1,2 +1,2 @@
|
||||
growpart:
|
||||
e2fsprogs:
|
||||
e2fsprogs:
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
A dependency on ``yamllint`` was added because it is now
|
||||
required by dib-lint.
|
Loading…
Reference in New Issue