mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
19 lines
263 B
TOML
19 lines
263 B
TOML
version = 1
|
|
|
|
exclude_patterns = ["tools/analyzers/**"]
|
|
|
|
[[analyzers]]
|
|
name = "go"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
import_paths = ["github.com/prysmaticlabs/prysm"]
|
|
|
|
[[analyzers]]
|
|
name = "test-coverage"
|
|
enabled = true
|
|
|
|
[[analyzers]]
|
|
name = "shell"
|
|
enabled = true
|