mirror of
https://github.com/go-task/task.git
synced 2026-04-24 19:54:16 +02:00
chore(golangci-lint): exclude gosec G306 for file permissions
This allows using 0644 file permissions without linter warnings. Assisted-by: Kimi-K2.5 via Crush <crush@charm.land>
This commit is contained in:
@@ -42,6 +42,9 @@ linters:
|
||||
- tparallel
|
||||
- usetesting
|
||||
settings:
|
||||
gosec:
|
||||
excludes:
|
||||
- G306
|
||||
depguard:
|
||||
rules:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user