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 Jun 2, 2023
1 parent a1c351e commit 20ac355
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ issues:

linters-settings:
depguard:
include-go-root: true
packages-with-error-message:
- crypto/sha256: 'sha256 hashing must be done with github.com/minio/sha256-simd'
rules:
sha256-simd:
deny:
- pkg: crypto/sha256
desc: sha256 hashing must be done with github.com/minio/sha256-simd
dupl:
# Tokens count to trigger issue, 150 by default.
threshold: 100
Expand Down

0 comments on commit 20ac355

Please sign in to comment.