mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
hooks/pre-commit: run yamllint on more YAML files
I keep messing up YAML syntax with values that have : in them... This doesn't work for all YAML files: * tests/metadata/dump/*.yaml have bad indenting * tests/metadata/*.yml have bad indenting, which is useful for tests
This commit is contained in:
parent
1bcd9a8489
commit
d7214a7f1c
3 changed files with 6 additions and 3 deletions
|
|
@ -2,4 +2,6 @@
|
|||
|
||||
extends: default
|
||||
rules:
|
||||
document-start: disable
|
||||
line-length: disable
|
||||
truthy: disable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue