Skip to content

Commit 2bd2859

Browse files
authored
Merge pull request #2572 from afbjorklund/ls-lint
Add ls-lint to the list of linters
2 parents 6be4f29 + 407034b commit 2bd2859

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
@@ -248,6 +248,7 @@ check-generated:
248248
lint: check-generated
249249
golangci-lint run ./...
250250
yamllint .
251+
ls-lint
251252
find . -name '*.sh' | xargs shellcheck
252253
find . -name '*.sh' | xargs shfmt -s -d
253254

0 commit comments

Comments
 (0)