Skip to content

Commit

Permalink
Disable lll linter rule for test files (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster authored Jan 25, 2023
1 parent 6ee494a commit cafd94b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@ linters:
- unconvert
- unparam
- wastedassign

issues:
exclude-rules:
# Exclude some linters from running on tests files.
- path: _test\.go
linters:
- lll

0 comments on commit cafd94b

Please sign in to comment.