Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
I065450 committed Feb 5, 2025
1 parent 3ea2d0a commit 4719a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ envtest:


lint: lint-deps
golangci-lint run --skip-dirs "pkg/mod/golang.org/toolchain" --config ".golangci.yml"
golangci-lint run --skip-dirs "pkg/mod"

lint-deps:
@if ! which golangci-lint >/dev/null || [[ "$$(golangci-lint --version)" != *${LINT_VERSION}* ]]; then \
Expand Down

0 comments on commit 4719a9f

Please sign in to comment.