Skip to content

Commit

Permalink
Add lll linter
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Byrgazov <[email protected]>
  • Loading branch information
Vladislav Byrgazov committed Nov 18, 2024
1 parent 21a36df commit c11530a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ linters-settings:
deny:
- pkg: "errors"
desc: "Please use \"github.com/pkg/errors\" instead of \"errors\" in go imports"
lll:
line-length: 170
misspell:
locale: US
unparam:
Expand Down Expand Up @@ -137,6 +139,7 @@ linters:
- gosimple
- govet
- ineffassign
- lll
- misspell
- nakedret
- copyloopvar
Expand Down

0 comments on commit c11530a

Please sign in to comment.