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 f081580 commit 7400824Copy full SHA for 7400824
.pre-commit-config.yaml
@@ -49,8 +49,8 @@ repos:
49
rev: v0.0.16
50
hooks:
51
- id: forbid-binary
52
- # Exclude png and snapshots forbid, we can check these in.
53
- exclude: ^.+\.(png|snapshot)$
+ # Exclude png and server.zip forbid, we can check these in.
+ exclude: ^.+\.(png|server\.zip)$
54
# See checks in shellcheck wiki: https://github.com/koalaman/shellcheck/wiki/
55
- id: shellcheck
56
- id: shfmt
0 commit comments