Skip to content

Commit 153e29c

Browse files
committed
Permit coding standard deviations in CSFLE prose tests
1 parent 728c5eb commit 153e29c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpcs.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@
175175
<exclude-pattern>/src/GridFS/StreamWrapper</exclude-pattern>
176176
<exclude-pattern>/tests/DocumentationExamplesTest.php</exclude-pattern>
177177
<exclude-pattern>/tests/GridFS/UnusableStream.php</exclude-pattern>
178+
<exclude-pattern>/tests/SpecTests/ClientSideEncryption/Prose*</exclude-pattern>
178179
</rule>
179180
<rule ref="PSR1.Classes.ClassDeclaration.MultipleClasses">
180181
<exclude-pattern>/examples</exclude-pattern>
@@ -183,4 +184,7 @@
183184
<rule ref="Squiz.Classes.ClassFileName.NoMatch">
184185
<exclude-pattern>/examples</exclude-pattern>
185186
</rule>
187+
<rule ref="Squiz.Classes.ValidClassName.NotCamelCaps">
188+
<exclude-pattern>/tests/SpecTests/ClientSideEncryption/Prose*</exclude-pattern>
189+
</rule>
186190
</ruleset>

0 commit comments

Comments
 (0)