We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d60f39 commit 0273429Copy full SHA for 0273429
1 file changed
.pre-commit-config.yaml
@@ -0,0 +1,14 @@
1
+repos:
2
+- repo: https://github.com/gherynos/pre-commit-java
3
+ rev: v0.2.4
4
+ hooks:
5
+ - id: Checkstyle
6
+- repo: https://github.com/gitleaks/gitleaks
7
+ rev: v8.16.3
8
9
+ - id: gitleaks
10
+- repo: https://github.com/pre-commit/pre-commit-hooks
11
+ rev: v4.4.0
12
13
+ - id: end-of-file-fixer
14
+ - id: trailing-whitespace
0 commit comments