Files
nuclei-templates/.yamllint

27 lines
431 B
Plaintext
Raw Normal View History

---
extends: default
ignore: |
2021-09-11 12:16:55 +05:30
.pre-commit-config.yml
.github/
.git/
*.yml
rules:
document-start: disable
2023-11-09 14:03:38 +05:30
comments-indentation: disable
2020-05-24 23:38:23 +02:00
line-length: disable
2020-05-25 17:27:54 +05:30
new-lines: disable
new-line-at-end-of-file: disable
truthy: disable
2021-03-11 23:02:44 +07: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 14:03:38 +05:30
forbid: true