fix(lint): exclude var-naming rule for revive

This commit is contained in:
Ayman Bagabas
2026-02-24 14:13:49 +03:00
parent 251e612949
commit f3f0ca0fe2
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package list //nolint:revive
package list
import "charm.land/bubbles/v2/key"