Skip to content

Commit

Permalink
Add more linters to gometalinter (hashicorp#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson authored Dec 15, 2018
1 parent c4cda0b commit 8c1e304
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gometalinter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"Deadline": "10m",
"Enable": [
"gofmt",
"misspell",
"structcheck",
"unconvert",
"unused",
"varcheck",
"vet"
],
"EnableGC": true,
Expand Down

0 comments on commit 8c1e304

Please sign in to comment.