Switch to Go modules, update dependencies
This commit is contained in:
30
vendor/github.com/oschwald/maxminddb-golang/.golangci.toml
generated
vendored
Normal file
30
vendor/github.com/oschwald/maxminddb-golang/.golangci.toml
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
[run]
|
||||
deadline = "10m"
|
||||
tests = true
|
||||
|
||||
[linters]
|
||||
disable-all = true
|
||||
enable = [
|
||||
"deadcode",
|
||||
"depguard",
|
||||
"errcheck",
|
||||
"goconst",
|
||||
"gocyclo",
|
||||
"gocritic",
|
||||
"gofmt",
|
||||
"golint",
|
||||
"gosec",
|
||||
"gosimple",
|
||||
"ineffassign",
|
||||
"maligned",
|
||||
"misspell",
|
||||
"nakedret",
|
||||
"staticcheck",
|
||||
"structcheck",
|
||||
"typecheck",
|
||||
"unconvert",
|
||||
"unparam",
|
||||
"varcheck",
|
||||
"vet",
|
||||
"vetshadow",
|
||||
]
|
Reference in New Issue
Block a user