20 lines
288 B
TOML
20 lines
288 B
TOML
|
version = 1
|
||
|
|
||
|
test_patterns = [
|
||
|
"tests/**",
|
||
|
"**_test.go"
|
||
|
]
|
||
|
|
||
|
exclude_patterns = [
|
||
|
"third_party/proto/**",
|
||
|
"testutil/**",
|
||
|
"proto/cosmos/**",
|
||
|
"contrib/**"
|
||
|
]
|
||
|
|
||
|
[[analyzers]]
|
||
|
name = "go"
|
||
|
enabled = true
|
||
|
|
||
|
[analyzers.meta]
|
||
|
import_paths = ["github.com/cosmos/cosmos-sdk"]
|