go-ethereum/.yamllint.yml
Quentin McGaw c996175b46
chore(ci): yaml linter workflow and fix yaml files (#98)
- New workflow triggering only on yaml file changes using the built-in `yamllint`
- `.yamllint.yml` configuration added at the root of the project
- Fix existing yml files to satisfy ymllint
- Ignore go-ethereum original yml files
2025-01-12 13:56:08 +00:00

13 lines
287 B
YAML

extends: default
rules:
document-start: disable
line-length: disable
comments:
min-spaces-from-content: 1
truthy:
check-keys: false
ignore:
# Upstream geth files that we don't want to modify unnecessarily.
- .travis.yml
- crypto/secp256k1/libsecp256k1/.travis.yml