Skip to content

Commit 0347ff4

Browse files
committed
[CI] Add pre-commit hook check-json
1 parent 3bd5ebf commit 0347ff4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ repos:
184184
- id: check-docstring-first
185185
- id: check-executables-have-shebangs
186186
- id: check-illegal-windows-names
187-
# - id: check-json
187+
- id: check-json
188+
exclude: ^docs/usecases/data/testPolygon\.json$|^spark/common/src/test/resources/.*\.json$
188189
- id: check-merge-conflict
189190
- id: check-shebang-scripts-are-executable
190191
- id: check-toml

0 commit comments

Comments
 (0)