Skip to content

Commit

Permalink
Makefile: make "lint" target also lint cmd/continuity module
Browse files Browse the repository at this point in the history
cmd/continuity is a separate module, and therefore was not linted.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Oct 26, 2024
1 parent 88eca34 commit 867d7f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ generate:
lint:
@echo "+ $@"
@golangci-lint run
@(cd cmd/continuity && golangci-lint --config=../../.golangci.yml run)

build:
@echo "+ $@"
Expand Down

0 comments on commit 867d7f3

Please sign in to comment.