From 9c413ed3d3e8742894c1ad4831f8c886ba67e7a2 Mon Sep 17 00:00:00 2001 From: Benedikt Bartscher Date: Sun, 24 Aug 2025 13:05:54 +0200 Subject: [PATCH] fix(docs): entire rule -> entire file --- README.md | 2 +- docs/docs/cli.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31dffa74..b88dacef 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ You can also ignore multiple rules by making a comma seperated list: alter table t drop column c cascade; ``` -To ignore a rule for the entire rule, use `squawk-ignore-file`: +To ignore a rule for the entire file, use `squawk-ignore-file`: ```sql -- squawk-ignore-file ban-drop-column diff --git a/docs/docs/cli.md b/docs/docs/cli.md index 4cc45415..66846446 100644 --- a/docs/docs/cli.md +++ b/docs/docs/cli.md @@ -37,7 +37,7 @@ You can also ignore multiple rules by making a comma seperated list: alter table t drop column c cascade; ``` -To ignore a rule for the entire rule, use `squawk-ignore-file`: +To ignore a rule for the entire file, use `squawk-ignore-file`: ```sql -- squawk-ignore-file ban-drop-column