Rule Source
This rule comes from: https://github.com/bllchmbrs/docelot-test
Rule Definition
extends: existence
ignorecase: true
level: warning
message: Consider removing '%s'
tokens:
- as well as
This rule helps improve writing clarity by identifying instances of the wordy phrase "as well as". This check aims to encourage more concise writing by suggesting alternatives to this often unnecessary construction.
The phrase "as well as" frequently adds verbosity without adding value. In most cases, a simple "and" is clearer and more direct. While "as well as" has legitimate uses, particularly when emphasizing an addition or creating a specific hierarchical relationship, it's often just a wordier way of saying "and."
✗ Incorrect:
✓ Better alternatives:
The rule will flag any instance of "as well as" in the text, allowing writers to evaluate whether a simpler construction would be more effective.
This rule comes from: https://github.com/bllchmbrs/docelot-test
extends: existence
ignorecase: true
level: warning
message: Consider removing '%s'
tokens:
- as well as