mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
b2d9f9a2d8
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
26 lines
366 B
TOML
26 lines
366 B
TOML
version = 1
|
|
|
|
exclude_patterns = [
|
|
"tools/analyzers/**",
|
|
"validator/keymanager/remote/keymanager_test.go"
|
|
]
|
|
|
|
[[analyzers]]
|
|
name = "go"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
import_paths = ["github.com/prysmaticlabs/prysm"]
|
|
|
|
[[analyzers]]
|
|
name = "test-coverage"
|
|
enabled = true
|
|
|
|
[[analyzers]]
|
|
name = "shell"
|
|
enabled = true
|
|
|
|
[[analyzers]]
|
|
name = "secrets"
|
|
enabled = true
|