Added max empty lines + yml extension exclusion (#6639)
parent
7d631d2ed0
commit
2d530f5c71
|
@ -3,7 +3,9 @@ extends: default
|
||||||
|
|
||||||
ignore: |
|
ignore: |
|
||||||
.pre-commit-config.yml
|
.pre-commit-config.yml
|
||||||
.github/workflows/*.yml
|
.github/
|
||||||
|
.git/
|
||||||
|
*.yml
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
document-start: disable
|
document-start: disable
|
||||||
|
@ -14,4 +16,6 @@ rules:
|
||||||
comments:
|
comments:
|
||||||
require-starting-space: true
|
require-starting-space: true
|
||||||
ignore-shebangs: true
|
ignore-shebangs: true
|
||||||
min-spaces-from-content: 1
|
min-spaces-from-content: 1
|
||||||
|
empty-lines:
|
||||||
|
max: 5
|
Loading…
Reference in New Issue