Skip to content

Commit

Permalink
Add UnnecessaryAdverbs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Mar 22, 2024
1 parent bc61508 commit ea13863
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Microsoft/UnnecessaryAdverbs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
extends: existence
message: "Rmove '%s' if it's not important to the meaning of a statement."
link: https://learn.microsoft.com/en-us/style-guide/word-choice/use-simple-words-concise-sentences
level: warning
ignorecase: true
action:
name: remove
tokens:
- quite
- very
- quickly
- easily
- effectively

0 comments on commit ea13863

Please sign in to comment.