diff --git a/Microsoft/Adverbs.yml b/Microsoft/Adverbs.yml index 07d98d8..81f2c54 100644 --- a/Microsoft/Adverbs.yml +++ b/Microsoft/Adverbs.yml @@ -1,5 +1,5 @@ extends: existence -message: "Consider removing '%s'." +message: "Remove '%s' if it's not important to the meaning of a statement." link: https://docs.microsoft.com/en-us/style-guide/word-choice/use-simple-words-concise-sentences ignorecase: true level: warning @@ -54,6 +54,7 @@ tokens: - doubtfully - dreamily - easily + - effectively - elegantly - energetically - enormously @@ -164,6 +165,7 @@ tokens: - quickly - quietly - quirkily + - quite - quizzically - randomly - rapidly diff --git a/Microsoft/UnnecessaryAdverbs.yml b/Microsoft/UnnecessaryAdverbs.yml deleted file mode 100644 index a6eb334..0000000 --- a/Microsoft/UnnecessaryAdverbs.yml +++ /dev/null @@ -1,13 +0,0 @@ -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