[GITEA] depguard sha256-simd

(cherry picked from commit cd1a030084)
(cherry picked from commit d5b57d41ac)
This commit is contained in:
oliverpool 2024-01-25 15:21:54 +01:00 committed by Earl Warren
parent 209610075a
commit b26d037c62
No known key found for this signature in database
GPG Key ID: 0579CB2928A78A00
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ linters-settings:
desc: do not use the internal package, use AddXxx function instead
- pkg: gopkg.in/ini.v1
desc: do not use the ini package, use gitea's config system instead
- pkg: github.com/minio/sha256-simd
desc: use crypto/sha256 instead, see https://codeberg.org/forgejo/forgejo/pulls/1528
issues:
max-issues-per-linter: 0