File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ You can also ignore multiple rules by making a comma seperated list:
179179alter 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
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ You can also ignore multiple rules by making a comma seperated list:
3737alter 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
You can’t perform that action at this time.
0 commit comments