Files
medusa-store/www/vale/styles/docs/ModuleNames.yml
Shahed Nasser eb73bdb478 docs: rename Architectural Modules to Infrastructure Modules (#12212)
* docs: rename Architectural Modules to Infrastructure Modules

* generate again
2025-04-17 13:20:43 +03:00

22 lines
485 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