Skip to content

Commit

Permalink
Update to latest metalinter
Browse files Browse the repository at this point in the history
Megacheck is gone and replaced with staticcheck.
See alecthomas/gometalinter#579
  • Loading branch information
cep21 committed Jan 29, 2019
1 parent e893c02 commit a178d43
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .gometalinter.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"interfacer",
"lll",
"maligned",
"megacheck",
"misspell",
"nakedret",
"safesql",
"structcheck",
"staticcheck",
"testify",
"unconvert",
"unparam",
Expand Down
55 changes: 38 additions & 17 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a178d43

Please sign in to comment.