mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-04 09:50:29 -07:00
update yamllint
This commit is contained in:
parent
2092c2d23a
commit
ef53ca545a
1 changed files with 7 additions and 2 deletions
|
@ -15,7 +15,8 @@ rules:
|
|||
commas:
|
||||
max-spaces-after: -1
|
||||
level: error
|
||||
comments: disable
|
||||
comments:
|
||||
min-spaces-from-content: 1
|
||||
comments-indentation: disable
|
||||
document-start: disable
|
||||
empty-lines:
|
||||
|
@ -30,4 +31,8 @@ rules:
|
|||
new-lines:
|
||||
type: unix
|
||||
trailing-spaces: disable
|
||||
truthy: disable
|
||||
truthy: disable
|
||||
octal-values:
|
||||
forbid-implicit-octal: true
|
||||
forbid-explicit-octal: true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue