Merge pull request #2662 from dmcgowan/enable-structcheck

Enable static checks
This commit is contained in:
Olivier 2018-08-07 19:01:38 -07:00 committed by GitHub
commit 4a75b72fd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 123 additions and 114 deletions

View file

@ -4,6 +4,10 @@
"Sort": ["linter", "severity", "path", "line"],
"EnableGC": true,
"Enable": [
"structcheck",
"staticcheck",
"unconvert",
"gofmt",
"goimports",
"golint",