Fix golangci-lint config for v3 format (remove version field, rename exclude to exclude-patterns)

This commit is contained in:
Steve Yegge
2025-10-30 20:26:42 -07:00
parent b0de8d54c2
commit bea70e1feb

View File

@@ -1,5 +1,3 @@
version: "2"
run:
timeout: 5m
tests: false
@@ -49,7 +47,7 @@ linters-settings:
- name: exported
issues:
exclude:
exclude-patterns:
- "var-naming: avoid meaningless package names"
- "exported.*SQLiteStorage.*stutters"
exclude-rules: