Skip to content

Commit

Permalink
disable phpcs warnings for now
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Apr 18, 2024
1 parent b73cf28 commit d88d0c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions phpcs.ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
<exclude name="WordPress.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition" />
<exclude name="WordPress.WP.GlobalVariablesOverride.Prohibited" />
<exclude name="Squiz.Scope.MethodScope.Missing" />
<exclude name="WordPress.WP.AlternativeFunctions.file_system_operations_file_put_contents" />
<exclude name="WordPress.WP.AlternativeFunctions.file_system_operations_readfile" />
<exclude name="Universal.NamingConventions.NoReservedKeywordParameterNames.arrayFound" />
<exclude name="Generic.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition" />
<exclude name-"WordPress.WP.AlternativeFunctions.file_system_operations_fwrite" />
<exclude name="WordPress.WP.AlternativeFunctions.file_system_operations_mkdir" />
<exclude name="Generic.CodeAnalysis.UnusedFunctionParameter.FoundAfterLastUsed" />
</rule>
<rule ref="WordPress-Docs" />
<rule ref="WordPress-Extra" />
Expand Down

0 comments on commit d88d0c3

Please sign in to comment.