mirror of
https://github.com/sot-tech/mochi.git
synced 2026-05-23 00:04:49 -07:00
Fix lint gosec and ifshort issues
This commit is contained in:
@@ -5,10 +5,11 @@ output:
|
||||
sort-results: true
|
||||
linters-settings:
|
||||
goimports:
|
||||
local-prefixes: "github.com/sot-te.ch/mochi"
|
||||
local-prefixes: "sot-te.ch/mochi"
|
||||
gosec:
|
||||
excludes:
|
||||
- "G404" # Allow the usage of math/rand
|
||||
- "G505" # Allow SHA1 usage
|
||||
linters:
|
||||
enable:
|
||||
- "bidichk"
|
||||
|
||||
Reference in New Issue
Block a user