mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-04 20:26:08 +00:00
fix(lint): exclude var-naming rule for revive
This commit is contained in:
@@ -30,6 +30,10 @@ linters:
|
||||
generated: lax
|
||||
presets:
|
||||
- common-false-positives
|
||||
rules:
|
||||
- linters:
|
||||
- revive
|
||||
text: "var-naming"
|
||||
issues:
|
||||
max-issues-per-linter: 0
|
||||
max-same-issues: 0
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package list //nolint:revive
|
||||
package list
|
||||
|
||||
import "charm.land/bubbles/v2/key"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user