Skip to content

Commit

Permalink
Run go-makefile-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
sapcc-bot committed Mar 21, 2024
1 parent 5451913 commit c092ba8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
run:
timeout: 3m # 1m by default
modules-download-mode: readonly
skip-dirs:
- acceptance/clients
- acceptance/tools

output:
# Do not print lines of code with issue.
Expand All @@ -16,9 +19,6 @@ issues:
# It is idiomatic Go to reuse the name 'err' with ':=' for subsequent errors.
# Ref: https://go.dev/doc/effective_go#redeclaration
- 'declaration of "err" shadows declaration at'
exclude-dirs:
- acceptance/clients
- acceptance/tools
exclude-rules:
- path: _test\.go
linters:
Expand Down

0 comments on commit c092ba8

Please sign in to comment.