mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 18:23:08 +03:00
b478cd1bcb
fix #6
14 lines
398 B
JSON
14 lines
398 B
JSON
{
|
|
"sort": ["path"],
|
|
"Deadline": "5m",
|
|
"Linters": {
|
|
"errcheck": {
|
|
"Command": "errcheck -abspath -ignore '[rR]ead|[wW]rite|Close'",
|
|
"Pattern": "PATH:LINE:COL:MESSAGE",
|
|
"InstallFrom": "github.com/kisielk/errcheck",
|
|
"PartitionStrategy": "packages"
|
|
}
|
|
},
|
|
"Disable": ["golint","gocyclo", "goconst", "gas", "interfacer", "vet","gosec"]
|
|
}
|