26 lines
874 B
XML
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>
|