Skip to content

Commit

Permalink
Skip linting all files with the name zz_.+\.go
Browse files Browse the repository at this point in the history
Signed-off-by: Alper Rifat Ulucinar <[email protected]>
  • Loading branch information
ulucinar committed Jan 29, 2024
1 parent 0656c3c commit f36d813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
run:
deadline: 20m
timeout: 20m

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

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

0 comments on commit f36d813

Please sign in to comment.