mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-10 23:14:27 +00:00
13 lines
277 B
YAML
13 lines
277 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/*
|