0.1.59-DEV-2239.1
-------------------------- * MODIFY: - modified and added some rules for linting * REMOVE: - linting ci task
This commit is contained in:
9
.yamllint.yml
Normal file
9
.yamllint.yml
Normal 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
|
Reference in New Issue
Block a user