Initial commit
This commit is contained in:
29
.yamllint
Normal file
29
.yamllint
Normal file
@@ -0,0 +1,29 @@
|
||||
ignore: |
|
||||
vendor/
|
||||
node_modules/
|
||||
.github/
|
||||
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
comments: disable
|
||||
comments-indentation: disable
|
||||
document-start: disable
|
||||
empty-lines:
|
||||
max: 1
|
||||
max-start: 0
|
||||
max-end: 0
|
||||
line-length: disable
|
||||
truthy:
|
||||
allowed-values: [ 'true', 'false' ]
|
||||
check-keys: false
|
||||
braces:
|
||||
level: warning
|
||||
max-spaces-inside: 1
|
||||
brackets:
|
||||
level: warning
|
||||
max-spaces-inside: 1
|
||||
indentation:
|
||||
spaces: 2
|
||||
indent-sequences: true
|
||||
check-multi-line-strings: false
|
||||
Reference in New Issue
Block a user