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 7bb1900 commit 378fc9bCopy full SHA for 378fc9b
.pre-commit-config.yaml
@@ -103,7 +103,11 @@ repos:
103
entry: bash ./test/assert-utils-used.bash
104
language: system
105
files: \.php$
106
- exclude: ^resources/lib/utils\.php$
+ exclude: |
107
+ (?x)^(
108
+ test/.*|
109
+ resources/lib/utils\.php|
110
+ )$
111
- id: assert-exceptions-used
112
name: Assert exceptions are used
113
entry: bash ./test/assert-exceptions-used.bash
0 commit comments