Type | Scope | Severity | Activated by default |
Minutes to fix |
Tags |
---|---|---|---|---|---|
Code smell |
BSL |
Info |
Yes |
5 |
standard |
Name | Type | Description | Default value |
---|---|---|---|
words |
String |
Unrecommended words |
`процедуры |
It is not recommended to use the words "Procedures", "Functions", "Handlers", "Module", "Functionality" in the name of the general module.
- Standard: Rules for creating common modules (RU)
// BSLLS:CommonModuleNameWords-off
// BSLLS:CommonModuleNameWords-on
"CommonModuleNameWords": {
"words": "процедуры|procedures|функции|functions|обработчики|handlers|модуль|module|функциональность|functionality"
}