Skip to content

Commit ce8cc51

Browse files
committed
phpcs: For CI, also fail on warnings
1 parent 76399d1 commit ce8cc51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpcs.xml.dist

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<exclude name="Squiz.Commenting.FileComment.MissingPackageTag" />
99
<!-- Class properties don't need this -->
1010
<exclude name="Generic.Commenting.DocComment.MissingShort" />
11+
12+
<!-- For CI, also fail on warnings -->
13+
<config name="ignore_warnings_on_exit" value="0"/>
1114
</rule>
1215

1316
<exclude-pattern>*/tests/*</exclude-pattern>

0 commit comments

Comments
 (0)