mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +00:00
chore: yamllint ignore all of upstream crypto/secp256k1
This commit is contained in:
parent
d4c22ca34b
commit
ff3977602d
1 changed files with 1 additions and 1 deletions
|
|
@ -10,4 +10,4 @@ rules:
|
||||||
ignore:
|
ignore:
|
||||||
# Upstream geth files that we don't want to modify unnecessarily.
|
# Upstream geth files that we don't want to modify unnecessarily.
|
||||||
- .travis.yml
|
- .travis.yml
|
||||||
- crypto/secp256k1/libsecp256k1/.travis.yml
|
- crypto/secp256k1/libsecp256k1/*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue