From af013c890c068eb8f92f600a47b1bb7f6d05005f Mon Sep 17 00:00:00 2001 From: Henry Heath Date: Fri, 3 Jan 2025 17:33:08 +0000 Subject: [PATCH] Update README.md Fix README example to disable rule at offense-level --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1ec280..95df43a 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ You can disable a rule by placing a disable comment in the following format: Comment on offending lines ```.erb -
<%# erb_lint:disable SelfClosingTag %> +
<%# erblint:disable SelfClosingTag %> ``` To raise an error when there is a useless disable comment, enable `NoUnusedDisable`.