Type | Scope | Severity | Activated by default |
Minutes to fix |
Tags |
---|---|---|---|---|---|
Code smell |
BSL OS |
Minor |
Yes |
1 |
standard |
All module variables and export variables must have comments.
Incorrect:
Var Context;
Correct:
Var Context; // Detailed description that explains the purpose of the variable
// Detailed description that explains the purpose of the variable
Var Context;
- Reference: Code conventions. Module structure
// BSLLS:MissingVariablesDescription-off
// BSLLS:MissingVariablesDescription-on
"MissingVariablesDescription": false