Skip to content

Commit

Permalink
Enable ifacenames.all
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Sep 15, 2023
1 parent b1f8f99 commit f31f66a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gostyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ analyzers:
disable:
- mixedcaps # disable mixedcaps analyzer. because the underscores analyzer is more detailed.
analyzers-settings:
ifacenames:
all: true
varnames:
small-varname-max: 4 # max length of variable name for small scope (default: -1)
medium-varname-max: 10 # max length of variable name for medium scope (default: -1)
Expand Down

0 comments on commit f31f66a

Please sign in to comment.