Skip to content

Commit

Permalink
Ignore phpcs rule, waiting for: PHPCSStandards/PHP_CodeSniffer#106
Browse files Browse the repository at this point in the history
  • Loading branch information
frank9999 committed Jan 2, 2024
1 parent 0989bbb commit a8ff820
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
<arg name="colors"/>
<arg name="extensions" value="php"/>

<rule ref="PSR12"/>

<rule ref="PSR12">
<exclude name="Generic.NamingConventions.UpperCaseConstantName.ClassConstantNotUpperCase" />
</rule>
<file>config/</file>
<file>public/</file>
<file>src/</file>
Expand Down

0 comments on commit a8ff820

Please sign in to comment.