Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.46 KB

File metadata and controls

45 lines (31 loc) · 1.46 KB

Rule suppress suggestion - Decision

Meeting

Date for meeting

05-02-2021

ATC Core members in meeting

Rule summary

Value
Title CA1707 Identifiers should not contain underscores
CheckId CA1707
Category Reliability
Link https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/CA2007

What is the problem

Issue #9

Decision

We update the root/.editorconfig with severity = suggestion and a doc-link. We update the test/.editorconfig with severity = none and a doc-link.

Note: this rule is the same same as MA0004

Reason & arguments

  • Just follow Meziantou default severity.