This commit is contained in:
parent
e507515766
commit
a51622cc4b
7 changed files with 8 additions and 15 deletions
|
|
@ -3,8 +3,12 @@ extends: default
|
|||
rules:
|
||||
document-start: disable
|
||||
line-length:
|
||||
max: 80
|
||||
allow-non-breakable-words: false
|
||||
max: 150
|
||||
allow-non-breakable-words: true
|
||||
allow-non-breakable-inline-mappings: true
|
||||
comments:
|
||||
min-spaces-from-content: 1
|
||||
comments-indentation: disable
|
||||
|
||||
ignore: |
|
||||
**/*sealed*.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue