Skip to content

Commit

Permalink
Correct endpoint filenames in phpcs whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
seear committed Oct 28, 2019
1 parent cf2b048 commit 34b187e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/phpcs-whitelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ module.exports = [
'_inc/lib/core-api/wpcom-endpoints/memberships.php',
'_inc/lib/debugger/',
'_inc/lib/plans.php',
'json-endpoints/jetpack/class-jetpack-json-api-delete-backup-helper-script.php',
'json-endpoints/jetpack/class-jetpack-json-api-install-backup-helper-script.php',
'json-endpoints/jetpack/class-jetpack-json-api-delete-backup-helper-script-endpoint.php'
'json-endpoints/jetpack/class-jetpack-json-api-install-backup-helper-script-endpoint.php',
'load-jetpack.php',
'modules/masterbar/',
'modules/memberships/',
Expand Down

0 comments on commit 34b187e

Please sign in to comment.