From 285550c5ceec477aadd84bc9962bb454d10dca8a Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Sun, 17 Jul 2022 23:42:44 -0700 Subject: [PATCH] Updated configuration documentation to include reportUnnecessaryContains in the table. --- docs/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration.md b/docs/configuration.md index 1d83504a3..a39088bb4 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -338,6 +338,7 @@ The following table lists the default severity levels for each diagnostic rule w | reportUnknownVariableType | "none" | "none" | "error" | | reportUnnecessaryCast | "none" | "none" | "error" | | reportUnnecessaryComparison | "none" | "none" | "error" | +| reportUnnecessaryContains | "none" | "none" | "error" | | reportUnnecessaryIsInstance | "none" | "none" | "error" | | reportUnusedClass | "none" | "none" | "error" | | reportUnusedImport | "none" | "none" | "error" |