Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com>
  • Loading branch information
yu-iskw committed Dec 2, 2024
1 parent 58e6ae8 commit 9b5224b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@ setup-dev:
SQLFLUFF_VERSION=3.0.7 python -m pip install --force-reinstall -r requirements/requirements.txt
pre-commit install

lint: lint-shell lint-json lint-docker

lint-shell:
shellcheck entrypoint.sh
lint: lint-json run-pre-commit

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

lint-docker:
hadolint Dockerfile
run-pre-commit:
pre-commit run --all-files

maintain: update-pre-commit

Expand Down

0 comments on commit 9b5224b

Please sign in to comment.