-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Please do not add any documentation about rules here, they should be officially added via docblocks in the linting files themselves when committing code for rules, which requires a PR to be approved via CONTRIBUTING.md process.
If we add rules to the Wiki directly, there is no discussion, approval nor awareness process. Getting rules directly into the repo, via docblock documentation, and in as valid sniffs is the best way to ensure that new rules are discussed, approved, vetted, and tested. This helps ensure that un-agreed-upon rules do not become documented and that all rules go through a rigorous approval process to decrease confusion and error.
Explore the repo code for docblocks with official documentation on each rule.
Current in-development releases exist in release branches that follow release-x.x.x
format that are deleted as soon as they are released.
See [Release Branches)(https://github.com/WebDevStudios/WDS-Coding-Standards/wiki/Release-Branches) for more...
master
should always be clean and only get release branches merged into it.