pre-commit: introduce make lint
Also make the linters part of the github actions.
This commit is contained in:
parent
734c132500
commit
c408577b2d
11 changed files with 157 additions and 0 deletions
10
.yamllint
Normal file
10
.yamllint
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
document-start: disable
|
||||
line-length: disable
|
||||
|
||||
ignore:
|
||||
- test/data/error/09-duplicated-key.yaml
|
||||
- test/data/error/10-duplicated-key-no-otk.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue