Skip to content

Commit c0ebe32

Browse files
authored
Remove the unused 'lint' Makefile target (#2555)
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 <[email protected]>
1 parent edf6e7b commit c0ebe32

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,6 @@ clean:
186186
@rm -rf test/e2e/log
187187
@rm -rf e2e.namespace
188188

189-
lint:
190-
find . -name '*.go' -not -path "./vendor/*" -not -path "./pkg/lib/operatorclient/operatorclientmocks/*" | xargs gofmt -w
191-
find . -name '*.go' -not -path "./vendor/*" -not -path "./pkg/lib/operatorclient/operatorclientmocks/*" | xargs goimports -w
192-
193189
# Copy CRD manifests
194190
manifests: vendor
195191
./scripts/copy_crds.sh

0 commit comments

Comments
 (0)