chore: remove useless dotfiles (#13784)

This commit is contained in:
Julien Robert 2022-11-08 08:05:27 +01:00 committed by GitHub
parent b49f948b36
commit b4b4e4a096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,19 +0,0 @@
version = 1
test_patterns = [
"tests/**",
"**_test.go"
]
exclude_patterns = [
"testutil/**",
"proto/cosmos/**",
"contrib/**"
]
[[analyzers]]
name = "go"
enabled = true
[analyzers.meta]
import_paths = ["github.com/cosmos/cosmos-sdk"]