Skip to content

Commit

Permalink
Skip autogenerated file from linting
Browse files Browse the repository at this point in the history
Signed-off-by: ritikaguptams <85255050+ritikaguptams@users.noreply.github.com>
  • Loading branch information
ritikaguptams committed Jun 19, 2024
1 parent d7864d5 commit f244f58
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,13 @@ issues:
- stylecheck
Text: "ST1003:"

# Exclude Stringer generated file from all linters
- path: internal\\hns\\endpointstate_string.go
linters:
- all
- gofmt
- govet
- stylecheck
- errorlint
- nolintlint
- thelper
text: ".*" # Match all messages

0 comments on commit f244f58

Please sign in to comment.