Skip to content

Commit 8a93600

Browse files
committed
Add general things to pre-commit
1 parent e3f1718 commit 8a93600

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.pre-commit-config.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v4.4.0
4+
hooks:
5+
- id: trailing-whitespace
6+
exclude_types: [markdown]
7+
exclude: LICENSE|def.proto
8+
- id: end-of-file-fixer
9+
exclude: LICENSE|def.proto
10+
- id: check-yaml
11+
- id: check-added-large-files
12+
213
- repo: https://github.com/tekwizely/pre-commit-golang
314
rev: v1.0.0-rc.1
415
hooks:

binary/proto/extract/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
node_modules
22
.DS_Store
3-
WAProto.proto
3+
WAProto.proto

0 commit comments

Comments
 (0)