You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+[Checking whether all sniffs in a PHPCS standard are feature complete](#checking-whether-all-sniffs-in-a-phpcs-standard-are-feature-complete)
26
27
+[PHPCSDev ruleset for sniff repos](#phpcsdev-ruleset-for-sniff-repos)
27
28
*[Contributing](#contributing)
28
29
*[License](#license)
@@ -64,6 +65,52 @@ composer global require phpcsstandards/phpcsdevtools:^1.0
64
65
Features
65
66
------------------------------
66
67
68
+
### Checking whether all sniffs in a PHPCS standard are feature complete
69
+
70
+
You can now easily check whether each and every sniff in your standard is accompanied by a documentation XML file (warning) as well as unit test files (error).
71
+
72
+
To use the tool, run it from the root of the your standards repo like so:
0 commit comments