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 Apr 12, 2023
1 parent 087d105 commit 829e8b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ issues:
max-same-issues: 0

linters-settings:
depguard:
include-go-root: true
packages-with-error-message:
- crypto/sha256: 'sha256 hashing must be done with github.com/minio/sha256-simd'
dupl:
# Tokens count to trigger issue, 150 by default.
threshold: 100
Expand Down Expand Up @@ -99,6 +103,7 @@ linters:
enable:
- bodyclose
- containedctx
- depguard
- dupl
- dupword
- errcheck
Expand Down

0 comments on commit 829e8b1

Please sign in to comment.