Skip to content

Commit

Permalink
Fix golangci-lit config for updated style
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak committed Feb 7, 2024
1 parent 88efc1a commit 4236b96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
run:
deadline: 30m
timeout: 30m
skip-dirs:
- (^|/)apis($|/)
- (^|/)hack/benchmark($|/)
Expand Down Expand Up @@ -122,6 +122,7 @@ linters:
# - whitespace
# - wrapcheck
# - wslissues:
issues:
exclude-use-default: false
exclude-rules:
- path: _test\.go
Expand Down

0 comments on commit 4236b96

Please sign in to comment.