We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76399d1 commit ce8cc51Copy full SHA for ce8cc51
phpcs.xml.dist
@@ -8,6 +8,9 @@
8
<exclude name="Squiz.Commenting.FileComment.MissingPackageTag" />
9
<!-- Class properties don't need this -->
10
<exclude name="Generic.Commenting.DocComment.MissingShort" />
11
+
12
+ <!-- For CI, also fail on warnings -->
13
+ <config name="ignore_warnings_on_exit" value="0"/>
14
</rule>
15
16
<exclude-pattern>*/tests/*</exclude-pattern>
0 commit comments