Skip to content

Commit

Permalink
Merge pull request #232 from rebeccahum/rebecca/rm_var_export_ruleset
Browse files Browse the repository at this point in the history
Remove `var_dump()` from ruleset
  • Loading branch information
rebeccahum authored Oct 16, 2018
2 parents 6844911 + 36bac89 commit a1e3be7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions WordPressVIPMinimum/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@
<rule ref="WordPress.PHP.DevelopmentFunctions.error_log_error_log">
<type>error</type>
</rule>
<rule ref="WordPress.PHP.DevelopmentFunctions.error_log_var_dump">
<type>error</type>
</rule>

<!-- https://vip.wordpress.com/documentation/vip/code-review-what-we-look-for/#use-wp_parse_url-instead-of-parse_url -->
<!-- https://vip.wordpress.com/documentation/vip/code-review-what-we-look-for/#use-wp_json_encode-over-json_encode -->
Expand Down

0 comments on commit a1e3be7

Please sign in to comment.