Skip to content

Commit

Permalink
go: Bump lint deadline to 2m
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Jan 13, 2020
1 parent c7af9b4 commit fe9724b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fmt:
# Lint.
lint:
@$(ECHO) "$(CYAN)*** Running Go linters...$(OFF)"
@env -u GOPATH golangci-lint run
@env -u GOPATH golangci-lint run --deadline 2m

# Test.
test:
Expand Down

0 comments on commit fe9724b

Please sign in to comment.