Skip to content

Commit

Permalink
linters/lll: exclude lll rule on long comments
Browse files Browse the repository at this point in the history
excluding lll on long comments helps in
kubebuilder validation rules to not be linted

Signed-off-by: rakeshgm <[email protected]>
  • Loading branch information
rakeshgm committed Mar 11, 2024
1 parent 8fa176f commit f6f82d2
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 @@ -89,6 +89,9 @@ issues:
- source: "^func Test"
linters:
- funlen
- source: "^//"
linters:
- lll


linters:
Expand Down

0 comments on commit f6f82d2

Please sign in to comment.