Skip to content

Commit

Permalink
feat: do not require constant names to scream (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Sep 20, 2022
1 parent c158e0a commit dfe8ed2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Cdn77/ruleset.xml
Expand Up @@ -16,6 +16,9 @@
<rule ref="Doctrine">
<exclude name="Generic.Formatting.MultipleStatementAlignment"/>

<!-- Don't scream. There's no reason. Write a prose. -->
<exclude name="Generic.NamingConventions.UpperCaseConstantName"/>

<!-- Allow extends on a new line, compatibility with SlevomatCodingStandard.Files.LineLength-->
<exclude name="PSR2.Classes.ClassDeclaration.ExtendsLine" />
<!-- Allow implements on a new line, compatibility with SlevomatCodingStandard.Files.LineLength-->
Expand Down

0 comments on commit dfe8ed2

Please sign in to comment.