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 86e770c commit 8d64488
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ linters-settings:
deny:
- pkg: "errors"
desc: "Please use \"github.com/pkg/errors\" instead of \"errors\" in go imports"
lll:
line-length: 280
misspell:
locale: US
unparam:
Expand Down Expand Up @@ -134,6 +136,7 @@ linters:
- gosimple
- govet
- ineffassign
- lll
- misspell
- nakedret
- copyloopvar
Expand Down

0 comments on commit 8d64488

Please sign in to comment.