.circleci
assets
bin
data
inc
lang
patches
tests
views
admin-pages
base
broadcast
checkout
customers
dashboard-statistics
dashboard-widgets
domain
dynamic-styles
email
emails
events
invoice
legacy
limitations
memberships
payments
settings
shortcodes
sites
system-info
taxes
ui
wizards
about.php
admin-notices.php
classes.php
phpcs.xml
.gitignore
.phpcs.xml.dist
LICENSE
composer.json
composer.lock
constants.php
loco.xml
phpunit.xml.dist
readme.txt
sunrise.php
uninstall.php
wp-multisite-waas.php
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>
|