Skip to content

Commit

Permalink
Remove the unused 'lint' Makefile target (#2555)
Browse files Browse the repository at this point in the history
The 'lint' target is no longer used throughout CI since the integration
with golangci-lint, which runs both the goimports and gofmt tooling
under-the-hood.

Signed-off-by: timflannagan <timflannagan@gmail.com>
  • Loading branch information
timflannagan committed Jan 7, 2022
1 parent edf6e7b commit c0ebe32
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Expand Up @@ -186,10 +186,6 @@ clean:
@rm -rf test/e2e/log
@rm -rf e2e.namespace

lint:
find . -name '*.go' -not -path "./vendor/*" -not -path "./pkg/lib/operatorclient/operatorclientmocks/*" | xargs gofmt -w
find . -name '*.go' -not -path "./vendor/*" -not -path "./pkg/lib/operatorclient/operatorclientmocks/*" | xargs goimports -w

# Copy CRD manifests
manifests: vendor
./scripts/copy_crds.sh
Expand Down

0 comments on commit c0ebe32

Please sign in to comment.