Skip to content

Commit

Permalink
(Linters) Adding missing --update which should ... (istio#565)
Browse files Browse the repository at this point in the history
(Linters) Adding missing --update which should enhance the chance that
everyone sees the same/latest linter errors

Former-commit-id: 5752eab
  • Loading branch information
ldemailly authored Aug 15, 2017
1 parent ad5c0a9 commit b48044a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/linters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ prep_linters() {
go get -u github.com/bazelbuild/buildifier/buildifier
go get -u github.com/3rf/codecoroner
go get -u honnef.co/go/tools/cmd/megacheck
gometalinter --install --vendored-linters >/dev/null
gometalinter --install --update --vendored-linters >/dev/null
fi
bin/bazel_to_go.py
}
Expand Down

0 comments on commit b48044a

Please sign in to comment.