Skip to content

Commit

Permalink
run lint-shell as part of make format
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustyniak committed Oct 7, 2024
1 parent bea1bb7 commit ab8918f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fix-swift:
swiftlint --quiet --fix --format && ./bazelw run tools/lint:lint-docstrings

.PHONY: format
format: ktlint rustfmt buildifier fix-swift lint-yaml
format: lint-shell ktlint rustfmt buildifier fix-swift lint-yaml

.PHONY: repin
repin:
Expand Down

0 comments on commit ab8918f

Please sign in to comment.