From 4f63b8e979eaaf5493aa51cc25adb84212a09d9e Mon Sep 17 00:00:00 2001 From: Joseph Kato Date: Fri, 22 Mar 2024 12:58:52 -0700 Subject: [PATCH] New `message` in `Adverbs` --- Microsoft/Adverbs.yml | 4 +++- Microsoft/UnnecessaryAdverbs.yml | 13 ------------- 2 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 Microsoft/UnnecessaryAdverbs.yml 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