.golangci.yaml 🔗
@@ -125,3 +125,11 @@ linters:
case:
rules:
json: snake
+ varnamelen:
+ ignore-names:
+ - c # client
+ - id # entity ID
+ - ok # boolean check
+ - db # database
+ - tx # transaction
+ - fn # function