Skip to content

Commit

Permalink
add make lint directive
Browse files Browse the repository at this point in the history
Signed-off-by: mluffman <[email protected]>
  • Loading branch information
mluffman committed Oct 16, 2024
1 parent 1352f28 commit a836b62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ manifests: controller-gen
fmt:
go fmt ./...

lint: golangci-lint
$(GOLANGCI_LINT) run

# Run go vet against code
vet:
go vet ./...
Expand Down

0 comments on commit a836b62

Please sign in to comment.