mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 11:32:09 +00:00
5a66807989
* First take at updating everything to v5 * Patch gRPC gateway to use prysm v5 Fix patch * Update go ssz --------- Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
27 lines
401 B
TOML
27 lines
401 B
TOML
version = 1
|
|
|
|
exclude_patterns = [
|
|
"tools/analyzers/**",
|
|
"validator/keymanager/remote/keymanager_test.go",
|
|
"validator/web/site_data.go"
|
|
]
|
|
|
|
[[analyzers]]
|
|
name = "go"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
import_paths = ["github.com/prysmaticlabs/prysm/v5"]
|
|
|
|
[[analyzers]]
|
|
name = "test-coverage"
|
|
enabled = true
|
|
|
|
[[analyzers]]
|
|
name = "shell"
|
|
enabled = true
|
|
|
|
[[analyzers]]
|
|
name = "secrets"
|
|
enabled = true
|