Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.3 KB

File metadata and controls

41 lines (28 loc) · 1.3 KB

Rule suppress suggestion - Decision

Meeting

Date for meeting

11-12-2020

ATC Core members in meeting

Rule summary

Value
Title SA1009ClosingParenthesisMustBeSpacedCorrectly
CheckId SA1009
Category Spacing Rules
Link https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1009.md

What is the problem

Issue #10

Decision

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

Reason & arguments

  • This rule has conflict the C# 8 nullable suppression operator.