Skip to content

Commit

Permalink
Update .yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardottt authored Jul 14, 2023
1 parent 82641da commit 7a92536
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions nuclei-templates/.yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ extends: default

ignore: |
.pre-commit-config.yml
.github/workflows/*.yml
.github/
.git/
*.yml

rules:
document-start: disable
Expand All @@ -14,4 +16,6 @@ rules:
comments:
require-starting-space: true
ignore-shebangs: true
min-spaces-from-content: 1
min-spaces-from-content: 1
empty-lines:
max: 5

0 comments on commit 7a92536

Please sign in to comment.