Skip to content

Commit

Permalink
ci: skip lll linter for test code
Browse files Browse the repository at this point in the history
  • Loading branch information
starbops committed Jan 5, 2025
1 parent f06824e commit af7ec29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ issues:
- path: "(.+)_test.go"
linters:
- dupl
- lll
linters:
disable-all: true
enable:
Expand Down

0 comments on commit af7ec29

Please sign in to comment.