Skip to content

Commit 9b5224b

Browse files
committed
update
Signed-off-by: Yu Ishikawa <[email protected]>
1 parent 58e6ae8 commit 9b5224b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Makefile

+3-6
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@ setup-dev:
22
SQLFLUFF_VERSION=3.0.7 python -m pip install --force-reinstall -r requirements/requirements.txt
33
pre-commit install
44

5-
lint: lint-shell lint-json lint-docker
6-
7-
lint-shell:
8-
shellcheck entrypoint.sh
5+
lint: lint-json run-pre-commit
96

107
lint-json:
118
cat "to-rdjson.jq" | jq empty > /dev/null 2>&1; echo "$?"
129

13-
lint-docker:
14-
hadolint Dockerfile
10+
run-pre-commit:
11+
pre-commit run --all-files
1512

1613
maintain: update-pre-commit
1714

0 commit comments

Comments
 (0)