0.1.36-DEV-20210505-013615

--------------------------
    * FIX:
      - add .yamllint.yml
This commit is contained in:
Chris Hammer 2021-05-05 01:36:34 -04:00
parent 4a75d0e87f
commit 6953184906

9
.yamllint.yml Normal file
View File

@ -0,0 +1,9 @@
---
rules:
colons:
max-spaces-before: -1
max-spaces-after : -1
truthy:
allowed-values : ['true','false','True','False','yes','no']
check-keys : false