mirror of
https://github.com/lsd-rs/lsd.git
synced 2026-04-21 02:45:58 +02: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
|
|
}
|