Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com> Co-authored-by: Alessio Treglia <alessio@tendermint.com> Co-authored-by: Marko <marbar3778@yahoo.com>
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"] |