From b17f64ddcb579de23dd53e58e4887f45e7f9bb7c Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Fri, 27 Jan 2023 09:29:38 -0800 Subject: [PATCH] A few more tweaks to the documentation for consistency. --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 552a66746..ca3242053 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -288,9 +288,9 @@ executionEnvironments = [ ## Diagnostic Rule Defaults -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”). +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"` and `"strict"`). | Diagnostic Rule | Off | Basic | Strict | | :---------------------------------------- | :--------- | :--------- | :--------- |