You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ignoring_rules.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ Ignores must be done in comment syntax using either of these formats:
14
14
15
15
## Examples
16
16
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.
18
18
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:
0 commit comments