From ea13863f9eae2fee9f9a3de945f7493515c4867f Mon Sep 17 00:00:00 2001 From: Joseph Kato Date: Fri, 22 Mar 2024 12:56:33 -0700 Subject: [PATCH] Add `UnnecessaryAdverbs` --- Microsoft/UnnecessaryAdverbs.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Microsoft/UnnecessaryAdverbs.yml diff --git a/Microsoft/UnnecessaryAdverbs.yml b/Microsoft/UnnecessaryAdverbs.yml new file mode 100644 index 0000000..a6eb334 --- /dev/null +++ b/Microsoft/UnnecessaryAdverbs.yml @@ -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