Skip to content

Commit

Permalink
Adjusting linter settings to avoid misspel error for generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
kdibrov committed Feb 2, 2023
1 parent 88ffe26 commit 7893250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ run:
deadline: 20m

skip-files:
- "zz_generated\\..+\\.go$"
- "zz_\\..+\\.go$"

output:
# colored-line-number|line-number|json|tab|checkstyle|code-climate, default is "colored-line-number"
Expand Down
Loading

0 comments on commit 7893250

Please sign in to comment.