From 7d886376958800c6d0ec7bfbca27296c88676208 Mon Sep 17 00:00:00 2001 From: David Anson Date: Thu, 13 Nov 2025 19:32:24 -0800 Subject: [PATCH] Make default rule enablement more explicit in README (closes #1855). --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bcd45297..c1366a7a 100644 --- a/README.md +++ b/README.md @@ -206,11 +206,10 @@ issues reported. Two kinds of text are ignored by most rules: - [Front matter](https://jekyllrb.com/docs/frontmatter/) (see `options.frontMatter` below) -Rules can be enabled, disabled, and configured via `options.config` -(described below) to define the expected behavior for a set of inputs. -To enable or disable rules at a particular location within a file, add -one of these markers to the appropriate place (HTML comments don't -appear in the final markup): +All rules are enabled by default. Rules can be enabled, disabled, and configured +for each call to the `lint` API by passing an `options.config` object (described +below). To enable or disable rules within a file, use one of the following HTML +comments (which are not rendered): - Disable all rules: `` - Enable all rules: ``