23 lines
510 B
YAML
23 lines
510 B
YAML
extends: existence
|
|
message: Consider capitalizing module name.
|
|
level: error
|
|
ignorecase: false
|
|
tokens:
|
|
- the [a-z]\w+ [mM]odule
|
|
- the [A-Z]\w+ module
|
|
exceptions:
|
|
- the custom module
|
|
- the transpiled module
|
|
- the main module
|
|
- the same module
|
|
- the other module
|
|
- the referencing module
|
|
- the link module
|
|
- the first module
|
|
- the second module
|
|
- the module provider
|
|
- the specified module
|
|
- the associated module
|
|
- the stored module
|
|
- the read-only module
|
|
- the necessary module |