Files
kolchfa-awsandNathan Bower c9da6c07ad Add style workflow (#3909)
* 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]>
2023-05-03 12:34:05 -04:00

16 lines
547 B
YAML

extends: substitution
message: "Use '%s' instead of '%s' for window, page, or pane references to features or controls. Use 'top' and 'bottom' only as a general screen reference."
link: 'https://github.com/opensearch-project/documentation-website/blob/main/TERMS.md'
level: warning
ignorecase: true
action:
name: replace
swap:
- top left: upper left
- bottom left: lower left
- top right: upper right
- bottom right: lower right
- top-left: upper-left
- bottom-left: lower-left
- top-right: upper-right
- bottom-right: lower-right