Skip to content

Commit 47b539f

Browse files
committed
Makefile: fix lint wrt cmd
Apparently, the linter was not checking any code in cmd. Make it do that. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 21967e5 commit 47b539f

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
@@ -97,6 +97,7 @@ lint:
9797
fi
9898
@echo ">> running golangci-lint using configuration at .golangci.yml"
9999
@golangci-lint run
100+
@cd cmd && golangci-lint run
100101

101102
clean:
102103
@rm -f *.test cadvisor

0 commit comments

Comments
 (0)