Skip to content

Commit

Permalink
Add lll linter
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Byrgazov <vladislav.byrgazov@xored.com>
  • Loading branch information
Vladislav Byrgazov committed Nov 18, 2024
1 parent 521cbfe commit 332819c
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 @@ -66,6 +66,8 @@ linters-settings:
deny:
- pkg: "errors"
desc: "Please use \"github.com/pkg/errors\" instead of \"errors\" in go imports"
lll:
line-length: 190
misspell:
locale: US
unparam:
Expand Down Expand Up @@ -136,6 +138,7 @@ linters:
- gosimple
- govet
- ineffassign
- lll
- misspell
- nakedret
- copyloopvar
Expand Down

0 comments on commit 332819c

Please sign in to comment.