Skip to content

Commit

Permalink
normalize the var ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Mendoza committed Mar 28, 2024
1 parent eb72a3e commit 9afd8c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ linters-settings:
require-explanation: true
require-specific: true

varnamelen:
ignore-names:
- err
- ok

linters:
enable:
- asasalint
Expand Down

0 comments on commit 9afd8c4

Please sign in to comment.