Skip to content

Commit 609925a

Browse files
authored
Merge pull request #38 from gruntwork-io/local-update-before-lint
Lint task update
2 parents c51d929 + 224f596 commit 609925a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ clean:
1212
rm -f engine
1313

1414
lint: SHELL:=/bin/bash
15-
lint:
15+
lint: update-local-lint
1616
golangci-lint run -v ./...
1717

1818
update-local-lint: SHELL:=/bin/bash

0 commit comments

Comments
 (0)