Skip to content

Commit

Permalink
PHPCS: indent excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
JJJ committed Jun 21, 2024
1 parent 96b708d commit 6dfadc6
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@
<arg value="s" />

<rule ref="WordPress-Core">
<exclude name="Generic.Commenting.DocComment.ShortNotCapital" />
<exclude name="PEAR.Functions.FunctionCallSignature" />
<exclude name="PSR2.Classes.PropertyDeclaration.Underscore" />
<exclude name="Squiz.Commenting.FunctionComment.ParamCommentFullStop" />
<exclude name="Squiz.Commenting.InlineComment.InvalidEndChar" />
<exclude name="Squiz.Commenting.FileComment" />
<exclude name="Squiz.PHP.CommentedOutCode.Found" />
<exclude name="Squiz.PHP.DisallowMultipleAssignments" />
<exclude name="WordPress.DB.RestrictedFunctions" />
<exclude name="WordPress.PHP.DontExtract.extract_extract" />
<exclude name="WordPress.PHP.DevelopmentFunctions.error_log_wp_debug_backtrace_summary" />
<exclude name="WordPress.PHP.DevelopmentFunctions.prevent_path_disclosure_error_reporting" />
<exclude name="WordPress.PHP.DiscouragedPHPFunctions.runtime_configuration_error_reporting" />
<exclude name="WordPress.PHP.StrictComparisons.LooseComparison" />
<exclude name="WordPress.PHP.YodaConditions.NotYoda" />
<exclude name="WordPress.Security.EscapeOutput.OutputNotEscaped" />
<exclude name="WordPress.WhiteSpace.PrecisionAlignment.Found" />
<exclude name="WordPress.WP.AlternativeFunctions.file_system_read_fclose" />
<exclude name="WordPress.WP.AlternativeFunctions.file_system_read_fsockopen" />
<exclude name="Generic.Commenting.DocComment.ShortNotCapital" />
<exclude name="PEAR.Functions.FunctionCallSignature" />
<exclude name="PSR2.Classes.PropertyDeclaration.Underscore" />
<exclude name="Squiz.Commenting.FunctionComment.ParamCommentFullStop" />
<exclude name="Squiz.Commenting.InlineComment.InvalidEndChar" />
<exclude name="Squiz.Commenting.FileComment" />
<exclude name="Squiz.PHP.CommentedOutCode.Found" />
<exclude name="Squiz.PHP.DisallowMultipleAssignments" />
<exclude name="WordPress.DB.RestrictedFunctions" />
<exclude name="WordPress.PHP.DontExtract.extract_extract" />
<exclude name="WordPress.PHP.DevelopmentFunctions.error_log_wp_debug_backtrace_summary" />
<exclude name="WordPress.PHP.DevelopmentFunctions.prevent_path_disclosure_error_reporting" />
<exclude name="WordPress.PHP.DiscouragedPHPFunctions.runtime_configuration_error_reporting" />
<exclude name="WordPress.PHP.StrictComparisons.LooseComparison" />
<exclude name="WordPress.PHP.YodaConditions.NotYoda" />
<exclude name="WordPress.Security.EscapeOutput.OutputNotEscaped" />
<exclude name="WordPress.WhiteSpace.PrecisionAlignment.Found" />
<exclude name="WordPress.WP.AlternativeFunctions.file_system_read_fclose" />
<exclude name="WordPress.WP.AlternativeFunctions.file_system_read_fsockopen" />
</rule>

<rule ref="WordPress-Extra"/>
Expand Down

0 comments on commit 6dfadc6

Please sign in to comment.