mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 05:52:45 +00:00
f70ff38b53
Some upstream repos still need fixes, but this gets us close enough that style hints can be enabled by default. In general, "canonical" spellings are preferred even if they violate nep-1 - this applies in particular to spec-related stuff like `genesis_validators_root` which appears throughout the codebase.
10 lines
266 B
Nim
10 lines
266 B
Nim
# Use only `secp256k1` public key cryptography as an identity in LibP2P.
|
|
-d:"libp2p_pki_schemes=secp256k1"
|
|
|
|
-d:chronosStrictException
|
|
--styleCheck:usages
|
|
--styleCheck:hint
|
|
--hint[XDeclaredButNotUsed]:off
|
|
--hint[ConvFromXtoItselfNotNeeded]:off
|
|
--hint[Processing]:off
|