Merge pull request #2662 from dmcgowan/enable-structcheck
Enable static checks
This commit is contained in:
commit
4a75b72fd3
36 changed files with 123 additions and 114 deletions
|
@ -4,6 +4,10 @@
|
|||
"Sort": ["linter", "severity", "path", "line"],
|
||||
"EnableGC": true,
|
||||
"Enable": [
|
||||
"structcheck",
|
||||
"staticcheck",
|
||||
"unconvert",
|
||||
|
||||
"gofmt",
|
||||
"goimports",
|
||||
"golint",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue