mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
[GITEA] depguard sha256-simd
(cherry picked from commitcd1a030084
) (cherry picked from commitd5b57d41ac
)
This commit is contained in:
parent
209610075a
commit
b26d037c62
1 changed files with 2 additions and 0 deletions
|
@ -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