Skip to content

Commit 1a3895e

Browse files
committed
Run golangci-lint as part of lint target
Signed-off-by: Anders F Björklund <[email protected]>
1 parent 8dc4f8c commit 1a3895e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ uninstall:
7171

7272
.PHONY: lint
7373
lint:
74+
golangci-lint run ./...
7475
yamllint .
7576

7677
.PHONY: clean

0 commit comments

Comments
 (0)