diff options
| author | 2026-05-18 06:59:06 +0000 | |
|---|---|---|
| committer | 2026-05-18 06:59:06 +0000 | |
| commit | 52cee64b401a2a02db43c8b06469cbe966f94964 (patch) | |
| tree | 9e8bf4040869dbe7f2495ac6cc06b5d2ec10281e | |
| parent | object/typ: Wrong capitalization in errors (diff) | |
| signature | No signature | |
ci: Remove gosec exclusions
| -rw-r--r-- | .golangci.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.golangci.yaml b/.golangci.yaml index 17338e52..112749b4 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -34,10 +34,6 @@ linters: - $gostd - codeberg.org/lindenii/furgit - golang.org/x - gosec: - excludes: - - G301 # UNIX permissions - - G306 # UNIX permissions revive: rules: - name: error-strings |
