Skip to content

Commit

Permalink
Update golangci-lint config to use timeout
Browse files Browse the repository at this point in the history
- deadline was deprecated: golangci/golangci-lint#793

Co-authored-by: Joseph Palermo <[email protected]>
  • Loading branch information
acrmp and jpalermo committed Dec 11, 2019
1 parent dc1d162 commit faf6945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"run": {
"concurrency": 4,
"deadline": "4m",
"timeout": "10m",
"build-tags": [
"V7"
],
Expand Down

0 comments on commit faf6945

Please sign in to comment.