Below are the currently identified QA that solstat identifies. If you would like to check out a list of patterns that are ready to be implemented and you would like to add them to the repo, you can check out the Contribution.md!
Quality Assurance | Description |
---|---|
constructor_order | Constructor must be placed before any other function |
private_func_leading_underscore | Use leading underscore for private functions |
private_vars_leading_underscore | Use leading underscore for private variables |