-
-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre-Commit Hooks #786
Comments
vorburger
added a commit
that referenced
this issue
Sep 24, 2023
vorburger
added a commit
to vorburger/MariaDB4j
that referenced
this issue
Sep 24, 2023
Because Checkstyle runs as part of the Maven build instead of Pre-Commit. Also exclude DBs + mvnw from Pre-Commit.
vorburger
added a commit
to vorburger/MariaDB4j
that referenced
this issue
Sep 24, 2023
All of these changes were made by running `pre-commit run --all-files`.
vorburger
added a commit
to vorburger/MariaDB4j
that referenced
this issue
Sep 24, 2023
This project doesn't really contain bash shell scripts anyway (outside of DBs/, which are out of our control), and `shellcheck` is not available on https://pre-commit.ci anyways.
vorburger
added a commit
that referenced
this issue
Sep 24, 2023
Because Checkstyle runs as part of the Maven build instead of Pre-Commit. Also exclude DBs + mvnw from Pre-Commit.
vorburger
added a commit
that referenced
this issue
Sep 24, 2023
All of these changes were made by running `pre-commit run --all-files`.
vorburger
added a commit
that referenced
this issue
Sep 24, 2023
This project doesn't really contain bash shell scripts anyway (outside of DBs/, which are out of our control), and `shellcheck` is not available on https://pre-commit.ci anyways.
vorburger
added a commit
that referenced
this issue
Sep 24, 2023
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The goal of this issue is to set up https://pre-commit.com.
Like https://github.com/enola-dev/enola/blob/main/.pre-commit-config.yaml
With https://pre-commit.ci.
PR #785 proposed initial configuration.
The text was updated successfully, but these errors were encountered: