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.
Last Updated: 10/27/2020, 2:21:05 AM