Skip to content

Commit

Permalink
Merge pull request #2 from Cryptophobia/master
Browse files Browse the repository at this point in the history
fix(lint): raise deadline to 300s for lint on travis
  • Loading branch information
Cryptophobia authored Jan 12, 2020
2 parents c386ed0 + b266556 commit 387f8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/usr/local/bin/lint
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Mandatory tests
echo -e "\033[0;31mManadatory Linters: These must pass\033[0m"
gometalinter --vendor --tests --deadline=20s --disable-all \
gometalinter --vendor --tests --deadline=300s --disable-all \
--enable=gofmt \
--enable=misspell \
--enable=deadcode \
Expand Down

0 comments on commit 387f8dd

Please sign in to comment.