* docs: changes based on DX changes * remove fields no longer needed * remove unnecessary parameters * fixes to authenticate middleware usage * add highlight to migrations config * change configuration to http * added missing remote link docs * fix name in sidebar * added notification module docs + updated file module docs * add vale exceptions * fix vale errors * added docs on custom cli scripts
19 lines
411 B
YAML
19 lines
411 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 commerce 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 provider module |