Skip to content

Commit

Permalink
Rename gas linter
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Bezzubov <bzz@apache.org>
  • Loading branch information
bzz committed Aug 30, 2018
1 parent f9434d3 commit badc8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gometalint.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
var (
bin = "gometalinter.v2"
defaultArgs = []string{
"--disable-all", "--enable=dupl", "--enable=gas",
"--disable-all", "--enable=dupl", "--enable=gosec",
"--enable=gofmt", "--enable=goimports", "--enable=lll", "--enable=misspell",
}
)
Expand Down

0 comments on commit badc8d4

Please sign in to comment.