nuclei-templates/.yamllint

27 lines
431 B
Plaintext
Raw Normal View History

---
extends: default
ignore: |
2021-09-11 06:46:55 +00:00
.pre-commit-config.yml
.github/
.git/
*.yml
rules:
document-start: disable
2023-11-09 08:33:38 +00:00
comments-indentation: disable
2020-05-24 21:38:23 +00:00
line-length: disable
2020-05-25 11:57:54 +00:00
new-lines: disable
new-line-at-end-of-file: disable
truthy: disable
2021-03-11 16:02:44 +00:00
comments:
require-starting-space: true
ignore-shebangs: true
min-spaces-from-content: 1
empty-lines:
max: 5
braces:
forbid: true
brackets:
2023-11-09 08:33:38 +00:00
forbid: true