0.1.37-DEV-20210505-014250

--------------------------
    * FIX:
      - disable new-line-at-end-of-file and comments-indentation
This commit is contained in:
Chris Hammer 2021-05-05 01:43:03 -04:00
parent 6953184906
commit 2779564946

View File

@ -1,9 +1,12 @@
---
rules:
colons:
max-spaces-before: -1
max-spaces-after : -1
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