We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390d580 commit 216dc61Copy full SHA for 216dc61
test.sh
@@ -112,6 +112,7 @@ golint -set_exit_status ./pkg/...
112
header_text "running gometalinter.v2"
113
114
gometalinter.v2 --disable-all \
115
+ --deadline 5m \
116
--enable=misspell \
117
--enable=structcheck \
118
--enable=golint \
@@ -127,10 +128,13 @@ gometalinter.v2 --disable-all \
127
128
--enable=interfacer \
129
130
--enable=gocyclo \
131
+ --line-length=170 \
132
+ --enable=lll \
133
+ --dupl-threshold=250 \
134
+ --enable=dupl \
135
./pkg/...
136
# TODO: Enable these as we fix them to make them pass
137
# --enable=maligned \
-# --enable=dupl \
138
# --enable=safesql \
139
140
header_text "running go test"
0 commit comments