Skip to content

Commit

Permalink
gpdate and remove parameter settings in .golangci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: qianxi0410 <[email protected]>
  • Loading branch information
qianxi0410 committed May 7, 2024
1 parent f078258 commit e3b0e58
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
run:
concurrency: 6
deadline: 5m
timeout: 5m
modules-download-mode: readonly
linters:
enable-all: true
Expand Down Expand Up @@ -72,9 +72,7 @@ linters:
linters-settings:
errcheck:
check-blank: false
ignore: fmt:.*
nolintlint:
allow-leading-space: false
allow-unused: true
require-specific: true
revive:
Expand Down

0 comments on commit e3b0e58

Please sign in to comment.