We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0a7c7 commit ac1aadcCopy full SHA for ac1aadc
lib/ModernTribe/ruleset.xml
@@ -88,6 +88,11 @@
88
<rule ref="Generic.NamingConventions.ConstructorName"/>
89
<!-- Forbid deprecated functions -->
90
<rule ref="Generic.PHP.DeprecatedFunctions"/>
91
+ <!-- Disable short echo tags. <?= $var; ?> -->
92
+ <rule ref="Generic.PHP.DisallowShortOpenTag.EchoFound">
93
+ <severity>4</severity>
94
+ <type>warning</type>
95
+ </rule>
96
97
<!-- Slevomat class formatting -->
98
0 commit comments