Initial Commit
This commit is contained in:
25
views/phpcs.xml
Normal file
25
views/phpcs.xml
Normal file
@ -0,0 +1,25 @@
|
||||
<?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>
|
Reference in New Issue
Block a user