From 3ebcef2d90b3e1690117b949cb5c41687df20375 Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Sun, 21 Jan 2024 20:28:15 -0800 Subject: [PATCH] Fixed minor doc bug. --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 5906a070d..697a4a272 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -328,7 +328,7 @@ executionEnvironments = [ Each diagnostic rule has a default severity level that is dictated by the specified type checking mode. The default for each rule can be overridden in the configuration file or settings. In strict type checking mode, overrides may only increase the severity level (e.g. from `"warning"` to `"error"`). -The following table lists the default severity levels for each diagnostic rule within each type checking mode (`"off"`, `"basic"` and `"strict"`). +The following table lists the default severity levels for each diagnostic rule within each type checking mode (`"off"`, `"basic"`, `"standard"` and `"strict"`). | Diagnostic Rule | Off | Basic | Standard | Strict | | :---------------------------------------- | :--------- | :--------- | :--------- | :--------- |