User documentation for RSLint rules. RSLint groups rules by their scope, each group has a specific scope. Grouping rules allows RSLint to distinctly group rules for a better project structure, as well as allowing users to disable a whole group of rules.
# Groups
| Name | Description |
|---|---|
| errors | Rules which relate to productions which are almost always erroneous or cause unexpected behavior. |
| style | Rules which relate to code style and formatting. |
Overview →