* Tweak rules Signed-off-by: Fanit Kolchina <[email protected]> * Rule changes Signed-off-by: Fanit Kolchina <[email protected]> * Remove the following and simple Signed-off-by: Fanit Kolchina <[email protected]> * Revised rules and added tests Signed-off-by: Fanit Kolchina <[email protected]> * Soft rollout with only spelling and terms Signed-off-by: Fanit Kolchina <[email protected]> * Add Vale to readme Signed-off-by: Fanit Kolchina <[email protected]> * Only lint modified and added files Signed-off-by: Fanit Kolchina <[email protected]> * Remove run on workflow dispatch Signed-off-by: Fanit Kolchina <[email protected]> * Removed only added and modified files Signed-off-by: Fanit Kolchina <[email protected]> * Added please Signed-off-by: Fanit Kolchina <[email protected]> * Changed min alert level to warning Signed-off-by: Fanit Kolchina <[email protected]> * Don't fail on error and minor changes Signed-off-by: Fanit Kolchina <[email protected]> * Remove fail on error Signed-off-by: Fanit Kolchina <[email protected]> * Attempt to have vale not fail Signed-off-by: Fanit Kolchina <[email protected]> * Fixed links Signed-off-by: Fanit Kolchina <[email protected]> * Update README.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> * Update README.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> --------- Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: Nathan Bower <[email protected]>
7 lines
126 B
YAML
7 lines
126 B
YAML
extends: existence
|
|
message: "In '%s', spell out 'version'."
|
|
ignorecase: true
|
|
level: warning
|
|
tokens:
|
|
- '[v|V][0-9]+\.[0-9]+'
|