We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed8a95 commit ef34740Copy full SHA for ef34740
.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