Skip to content

Commit 650cea1

Browse files
authored
Update ignoring_rules.md
1 parent c05ca83 commit 650cea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ignoring_rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Ignores must be done in comment syntax using either of these formats:
1414

1515
## Examples
1616

17-
For example, for us to ignore the rule [SRD0032](Design/SRD0032.md) (Avoid use of OR in where clause) we can this several ways. This is a very common rule to have to ignore.
17+
For example, we can ignore the rule [SRD0032](Design/SRD0032.md) (Avoid use of OR in where clause) in a couple of different ways.
1818

19-
To ignore just one of the rules:
19+
To ignore just one of the rules if there are multiple violations in the same file:
2020

2121
```sql
2222
CREATE PROCEDURE dbo.Example AS

0 commit comments

Comments
 (0)