Skip to content

Commit 4be91aa

Browse files
fix(docs): entire rule -> entire file (#623)
1 parent 9ccdca6 commit 4be91aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ You can also ignore multiple rules by making a comma seperated list:
179179
alter table t drop column c cascade;
180180
```
181181
182-
To ignore a rule for the entire rule, use `squawk-ignore-file`:
182+
To ignore a rule for the entire file, use `squawk-ignore-file`:
183183
184184
```sql
185185
-- squawk-ignore-file ban-drop-column

docs/docs/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can also ignore multiple rules by making a comma seperated list:
3737
alter table t drop column c cascade;
3838
```
3939

40-
To ignore a rule for the entire rule, use `squawk-ignore-file`:
40+
To ignore a rule for the entire file, use `squawk-ignore-file`:
4141

4242
```sql
4343
-- squawk-ignore-file ban-drop-column

0 commit comments

Comments
 (0)