Skip to content

Commit

Permalink
Add metalinter config
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-nguyen committed May 17, 2018
1 parent 794ebdc commit dd635c3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions server/.gometalinter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"Enable": [
"megacheck",
"interfacer",
"goconst",
"misspell",
"gofmt",
"goimports",
"vet"
],
"Exclude": [
"client/bootstrap.go"
]
}

0 comments on commit dd635c3

Please sign in to comment.