Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Some important labels, used for Github issues:
- `on agenda of hangout`: The rule/issue will be discussed in the next community hangout

## How to create a Sniffer Rule
We recommend to get started by creating a couple of sniffs for your own. The official [PHPCS wiki](https://github.com/squizlabs/PHP_CodeSniffer/wiki) already gives good information. Likewise, the other sniffs in our repos (and the repos of Magento) will give lots of samples anyway.
We recommend to get started by creating a couple of sniffs for your own. The official [PHPCS wiki](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki) already gives good information. Likewise, the other sniffs in our repos (and the repos of Magento) will give lots of samples anyway.

## Testing
All rules should be accompanied with tests.
Expand Down