2017-07-30 11:36:33 -04:00
|
|
|
# https://yamllint.readthedocs.io/en/latest/configuration.html
|
2019-01-10 09:43:08 +01:00
|
|
|
extends: default
|
2023-10-18 11:53:44 +02:00
|
|
|
|
|
|
|
|
ignore:
|
|
|
|
|
- .github/
|
|
|
|
|
- deprecated/
|
|
|
|
|
- other/godmode_sigma_rule.yml
|
|
|
|
|
- tests/
|
|
|
|
|
- unsupported/
|
|
|
|
|
|
2017-07-30 11:36:33 -04:00
|
|
|
rules:
|
2023-10-18 11:53:44 +02:00
|
|
|
comments:
|
|
|
|
|
require-starting-space: true
|
|
|
|
|
min-spaces-from-content: 1
|
|
|
|
|
comments-indentation: disable
|
|
|
|
|
document-start: {present: false}
|
|
|
|
|
empty-lines: {max: 2, max-start: 2, max-end: 2}
|
|
|
|
|
indentation: {spaces: 4}
|
|
|
|
|
line-length: disable
|
|
|
|
|
new-line-at-end-of-file: enable
|
|
|
|
|
trailing-spaces: {}
|