Thanks to visit codestin.com Credit goes to github.com
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 54757ec commit 379a594Copy full SHA for 379a594
.gitignore
@@ -1,3 +1,4 @@
1
/target
2
gpsd4java.iml
3
.idea
4
+.cache
.pre-commit-config.yaml
@@ -0,0 +1,15 @@
+---
+repos:
+ - repo: https://github.com/0x08/google-style-precommit-hook
+ rev: 503fa7c491becee130be17a10b03b275ce6f2330
5
+ hooks:
6
+ - id: google-style-java
7
+ - repo: https://github.com/pre-commit/mirrors-prettier
8
+ rev: v3.0.0-alpha.0
9
10
+ - id: prettier
11
+ - repo: "https://github.com/adrienverge/yamllint"
12
+ rev: v1.27.1
13
14
+ - id: "yamllint"
15
+ args: [--strict]
0 commit comments