We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af7f90 commit b266556Copy full SHA for b266556
1 file changed
rootfs/usr/local/bin/lint
@@ -2,7 +2,7 @@
2
3
# Mandatory tests
4
echo -e "\033[0;31mManadatory Linters: These must pass\033[0m"
5
-gometalinter --vendor --tests --deadline=20s --disable-all \
+gometalinter --vendor --tests --deadline=300s --disable-all \
6
--enable=gofmt \
7
--enable=misspell \
8
--enable=deadcode \
@@ -15,7 +15,7 @@ mandatory=$?
15
16
# Optional tests
17
echo -e "\033[0;32mOptional Linters: These should pass\033[0m"
18
19
--enable=golint \
20
./...
21
0 commit comments