Skip to content

Commit 407034b

Browse files
committed
Add ls-lint to the list of linters
Signed-off-by: Anders F Björklund <[email protected]>
1 parent 726f61d commit 407034b

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)