Skip to content

Commit abc77c7

Browse files
committed
minor refactor to test.sh
1 parent 4e7dcc9 commit abc77c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ golint -set_exit_status ./pkg/...
111111

112112
header_text "running gometalinter.v2"
113113

114-
gometalinter.v2 --disable-all --enable=misspell \
114+
gometalinter.v2 --disable-all \
115+
--enable=misspell \
115116
--enable=misspell \
116117
--enable=structcheck \
117118
--enable=golint \

0 commit comments

Comments
 (0)