Skip to content

Commit 93cd573

Browse files
authored
Merge pull request #417 from afbjorklund/golangci-lint
Run golangci-lint as part of lint target
2 parents 92e748d + 1a3895e commit 93cd573

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)