Skip to content

Commit

Permalink
Fix golangci-lint timeout and increase verbosity
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Jul 31, 2021
1 parent d7fba5f commit a675348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"scripts",
"docs"
],
"deadline": "5m"
"timeout": "10m"
},
"issues": {
"exclude-rules": [
Expand Down
2 changes: 1 addition & 1 deletion scripts/validate
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GO=${GO-go}
echo Running validation

echo Running: golangci-lint
golangci-lint run
golangci-lint run -v

echo Running: go fmt
go fmt ./
Expand Down

0 comments on commit a675348

Please sign in to comment.