Skip to content

Commit

Permalink
Rename deadline to the correct timeout so linting completes.
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Brown <calebbrown@google.com>
  • Loading branch information
calebbrown committed Dec 20, 2024
1 parent ce4764f commit 3abf171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
run:
concurrency: 6
deadline: 5m
timeout: 5m
issues:
# Maximum issues count per one linter.
# Set to 0 to disable.
Expand All @@ -19,12 +19,12 @@ linters:
enable:
- asciicheck
- bodyclose
- copyloopvar
- depguard
- dogsled
- errcheck
- errorlint
- exhaustive
- exportloopref
- gci
#- gochecknoinits
- gocognit
Expand Down

0 comments on commit 3abf171

Please sign in to comment.