Skip to content

Commit

Permalink
fix: rename deprecated 'skip-*' options
Browse files Browse the repository at this point in the history
  • Loading branch information
rriski committed Aug 30, 2024
1 parent 2166390 commit 8bcd218
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
issues:
exclude-dirs:
- hack
exclude-files:
- api/v1alpha1/zz_generated.deepcopy.go
exclude-rules:
- path: _test\.go
linters:
Expand Down Expand Up @@ -30,7 +34,3 @@ linters:

run:
timeout: 10m
skip-dirs:
- hack
skip-files:
- api/v1alpha1/zz_generated.deepcopy.go

0 comments on commit 8bcd218

Please sign in to comment.