nuclei-templates/.yamllint

17 lines
316 B
Plaintext
Raw Normal View History

---
extends: default
ignore: |
.pre-commit-config.yaml
.github/workflows/*.yml
rules:
document-start: 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