Skip to content

Commit 3e94d9f

Browse files
authored
Merge pull request #5580 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch master)
2 parents a43a4db + d4aae9a commit 3e94d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/ca1707-identifiers-should-not-contain-underscores.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Remove all underscore characters from the name.
4040

4141
## When to suppress warnings
4242

43-
Do not suppress a warning from this rule.
43+
Do not suppress warnings for production code. However, it's safe to suppress this warning for test code. You can suppress warnings from this rule by setting its [severity](use-roslyn-analyzers.md#rule-severity) to **none**.
4444

4545
## Related rules
4646

0 commit comments

Comments
 (0)