* added value rules * resolved errors raised by vale * added github action * fixes to github action * added details in contribution guidelines * added rule for numbers * limited checks to errors
8 lines
270 B
YAML
8 lines
270 B
YAML
extends: existence
|
|
message: "The -g option should be added at the end of the command"
|
|
link: https://docs.medusajs.com/contribution-guidelines#global-option
|
|
level: error
|
|
scope: code
|
|
ignorecase: true
|
|
raw:
|
|
- '(npm (i|install) (-g|--global)|npm (-g|--global) (i|install))' |