Skip to content

Commit

Permalink
Increase make lint deadline (hashicorp#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson authored Sep 25, 2019
1 parent 6fa1ce5 commit afd2513
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
run:
deadline: 2m30s
modules-download-mode: vendor

issues:
max-per-linter: 0
max-same-issues: 0
Expand All @@ -21,6 +25,3 @@ linters:
linters-settings:
errcheck:
ignore: github.com/hashicorp/terraform/helper/schema:ForceNew|Set,fmt:.*,io:Close,github.com/terraform-providers/terraform-provider-google-beta/google-beta:Set

run:
modules-download-mode: vendor

0 comments on commit afd2513

Please sign in to comment.