zen_dhcpd/.yamllint.yml
Chris Hammer 2779564946 0.1.37-DEV-20210505-014250
--------------------------
    * FIX:
      - disable new-line-at-end-of-file and comments-indentation
2021-05-05 01:43:03 -04:00

13 lines
250 B
YAML

---
rules:
colons:
max-spaces-before : -1
max-spaces-after : -1
truthy:
allowed-values : ['true','false','True','False','yes','no']
check-keys : false
new-line-at-end-of-file : disable
comments-indentation : disable