-
-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Description
Customizable rules (with properties) are documented here: https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Customisable-Sniff-Properties
But I can't find any documentation for Boolean rules (which are simply enabled or disabled, with no customizable properties).
E.g. Squiz.PHP.Heredoc (which I eventually found with a hit on the code-base via a search engine). It's not covered in the annotated ruleset. It appears to have some documentation for auto-generation, but I can't find that in the wiki.
Am I missing something, or is something missing?