mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-04 20:21:15 +00:00
- 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
13 lines
287 B
YAML
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
|