Skip to content

Commit 5a4f8f4

Browse files
committed
Remove exclusions of error_log lint rules
1 parent 7c0bdf6 commit 5a4f8f4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

phpcs.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@
7272
<exclude name="WordPress.NamingConventions.ValidVariableName.MemberNotSnakeCase" />
7373
<exclude name="WordPress.NamingConventions.ValidVariableName.NotSnakeCase" />
7474
<exclude name="WordPress.NamingConventions.ValidVariableName.NotSnakeCaseMemberVar" />
75-
<exclude name="WordPress.PHP.DevelopmentFunctions.error_log_debug_backtrace" />
76-
<exclude name="WordPress.PHP.DevelopmentFunctions.error_log_error_log" />
77-
<exclude name="WordPress.PHP.DevelopmentFunctions.error_log_print_r" />
78-
<exclude name="WordPress.PHP.DevelopmentFunctions.error_log_var_export" />
7975
<exclude name="WordPress.PHP.DevelopmentFunctions.prevent_path_disclosure_error_reporting" />
8076
<exclude name="WordPress.PHP.DiscouragedPHPFunctions" />
8177
<!-- TODO: refactor to eliminate use of `exec` for compatibility w/shared hosts -->

0 commit comments

Comments
 (0)