Closed danimalweb closed 7 years ago
Let it run in src/* and against functions.php only.
PHP files with a mix of HTML and PHP are a mess to deal with. The Linter is usually wrong. This will be better once we move to Twig.
<!-- Exclude Indent Rule in Templates --> <rule ref="Generic.WhiteSpace.ScopeIndent"> <exclude-pattern>templates/*</exclude-pattern> </rule>
Let it run in src/* and against functions.php only.
PHP files with a mix of HTML and PHP are a mess to deal with. The Linter is usually wrong. This will be better once we move to Twig.