Files
wp-multisite-waas/views/phpcs.xml
2024-11-30 18:24:12 -07:00

26 lines
874 B
XML

<?xml version="1.0"?>
<ruleset name="WPUltimoViews">
<file>.</file>
<arg name="extensions" value="php" />
<rule ref="Squiz.Commenting.FunctionComment.Missing" />
<rule ref="Squiz.PHP.DiscouragedFunctions">
<properties>
<property name="error" value="true"/>
</properties>
</rule>
<rule ref="Squiz.Strings.ConcatenationSpacing.PaddingFound" />
<rule ref="WordPress.WP.I18n.UnorderedPlaceholdersText" />
<rule ref="WordPress.DateTime.RestrictedFunctions.date_date" />
<rule ref="Generic.Files.EndFileNewline.NotFound" />
<rule ref="Squiz.Commenting.FileComment.Missing" />
<rule ref="Generic.WhiteSpace.ArbitraryParenthesesSpacing.SpaceBeforeClose" />
<rule ref="Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword" />
<rule ref="WordPress.WP.I18n.UnorderedPlaceholdersText" />
<exclude name="Generic.WhiteSpace.ScopeIndent" />
</ruleset>