mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-05 05:34:25 -05:00
27 lines
400 B
TOML
27 lines
400 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/OffchainLabs/prysm/v7"]
|
|
|
|
[[analyzers]]
|
|
name = "test-coverage"
|
|
enabled = true
|
|
|
|
[[analyzers]]
|
|
name = "shell"
|
|
enabled = true
|
|
|
|
[[analyzers]]
|
|
name = "secrets"
|
|
enabled = true
|