Skip to content

Commit

Permalink
Add linting output to prevent timeouts in travis (#2787)
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte authored Jan 28, 2019
1 parent 173224a commit dfeb31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ goimport:

lint:
@echo "==> Checking source code against linters..."
@gometalinter ./...
@bash -c "gometalinter -d ./... 2> >(egrep '(^DEBUG.*linter took|^DEBUG.*total elapsed|^[^D])' >&2)"

tools:
@echo "==> installing required tooling..."
Expand Down

0 comments on commit dfeb31b

Please sign in to comment.