We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b39e4 commit 00a7e15Copy full SHA for 00a7e15
README.md
@@ -50,7 +50,8 @@ Create a composer package of your coding standard by adding a `composer.json` fi
50
```
51
52
Requirements:
53
-* The repository may contain one or more standards. Each in their separate directory in the root of your repository.
+* The repository may contain one or more standards (ie. `ruleset.xml`).
54
+* Each standard can have a separate directory in the root of your repository or in a sub-directory no deeper than 3 levels from the repository root.
55
* The package `type` must be `phpcodesniffer-standard`. Without this, the plugin will not trigger.
56
57
[this]: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Coding-Standard-Tutorial
0 commit comments