- Convert for loops to use Go 1.22+ integer ranges in generate.go and helpers.go - Disable G101 false positives for test vectors and environment variable names - Add file-level gosec disable for bip85_test.go containing BIP85 test vectors - Add targeted nolint comments for legitimate test data and constants
21 lines
439 B
JSON
21 lines
439 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(go mod why:*)",
|
|
"Bash(go list:*)",
|
|
"Bash(~/go/bin/govulncheck -mode=module .)",
|
|
"Bash(go test:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(rg:*)",
|
|
"Bash(find:*)",
|
|
"Bash(make test:*)",
|
|
"Bash(go doc:*)",
|
|
"Bash(make fmt:*)",
|
|
"Bash(make:*)",
|
|
"Bash(golangci-lint run:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(gofumpt:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |