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 20, 2024
1 parent 7f456a3 commit bc97072
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,13 @@ linters-settings:
# created file permissions are restricted by umask if necessary
- G306
govet:
# Report about shadowed variables.
check-shadowing: true
enable-all: true
disable:
- fieldalignment
settings:
shadow:
# Report about shadowed variables.
strict: true
nolintlint:
require-specific: true
stylecheck:
Expand Down

0 comments on commit bc97072

Please sign in to comment.