Fix golangci-lint config for v3 format (remove version field, rename exclude to exclude-patterns)
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
version: "2"
|
|
||||||
|
|
||||||
run:
|
run:
|
||||||
timeout: 5m
|
timeout: 5m
|
||||||
tests: false
|
tests: false
|
||||||
@@ -49,7 +47,7 @@ linters-settings:
|
|||||||
- name: exported
|
- name: exported
|
||||||
|
|
||||||
issues:
|
issues:
|
||||||
exclude:
|
exclude-patterns:
|
||||||
- "var-naming: avoid meaningless package names"
|
- "var-naming: avoid meaningless package names"
|
||||||
- "exported.*SQLiteStorage.*stutters"
|
- "exported.*SQLiteStorage.*stutters"
|
||||||
exclude-rules:
|
exclude-rules:
|
||||||
|
|||||||
Reference in New Issue
Block a user