[GITEA] depguard sha256-simd
(cherry picked from commit cd1a03008412d9f64c1eaa6a66e3cfe361f76f08) (cherry picked from commit d5b57d41ac7557ec8705951358eb9c345c83782e)
This commit is contained in:
parent
209610075a
commit
b26d037c62
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue