mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 14:12:31 +00:00
27 lines
318 B
JSON
27 lines
318 B
JSON
|
{
|
||
|
"Disable": [
|
||
|
"dupl",
|
||
|
"golint",
|
||
|
"gocyclo"
|
||
|
],
|
||
|
"Enable": [
|
||
|
"structcheck",
|
||
|
"maligned",
|
||
|
"deadcode",
|
||
|
"ineffassign",
|
||
|
"gotype",
|
||
|
"goimports",
|
||
|
"errcheck",
|
||
|
"varcheck",
|
||
|
"interfacer",
|
||
|
"goconst",
|
||
|
"unparam",
|
||
|
"megacheck",
|
||
|
"misspell",
|
||
|
"gas",
|
||
|
"safesql"
|
||
|
],
|
||
|
"LineLength": 120,
|
||
|
"Vendor": true
|
||
|
}
|