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