Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
disable new linters (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
woz5999 authored Jul 9, 2018
1 parent 85d2135 commit 82f3747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test_packages() {

lint_packages() {
echo "Linting packages"
gometalinter --aggregate --vendor --exclude="zz_generated" --enable-all --disable=gas --disable=gotype --disable=lll --disable=safesql --deadline=600s ./...
gometalinter --aggregate --vendor --exclude="zz_generated" --enable-all --disable=gas --disable=gotype --disable=lll --disable=safesql --disable=gochecknoinits --disable=gochecknoglobals --deadline=600s ./...
}

format_files() {
Expand Down

0 comments on commit 82f3747

Please sign in to comment.