Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wpsh/wpcs-for-envato
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Feb 15, 2019
2 parents 49b6ff1 + 7a91c8d commit afe8001
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions WPCSForEnvato/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
A few rules not mentioned in the official documentation.
-->
<rule ref="Generic.Files.ByteOrderMark"/>

<!-- Using the POSIX Regex functions ereg_* aren’t allowed. -->
<rule ref="WordPress.PHP.POSIXFunctions"/>

</ruleset>
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Automatically check for Envato [WordPress plugin](https://help.author.envato.com

## Setup

1. Add these coding stanandards as a [Composer development dependency](https://packagist.org/packages/wpsh/wpcs-for-envato) to your project:
1. Add these coding standards as a [Composer development dependency](https://packagist.org/packages/wpsh/wpcs-for-envato) to your project:

```bash
composer require --dev wpsh/wpcs-for-envato
Expand Down

0 comments on commit afe8001

Please sign in to comment.