Skip to content

Commit b36fcfd

Browse files
committed
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>
1 parent ef8fb84 commit b36fcfd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ linters:
4242
- tparallel
4343
- usetesting
4444
settings:
45+
gosec:
46+
excludes:
47+
- G306
4548
depguard:
4649
rules:
4750
main:

0 commit comments

Comments
 (0)