Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.33 KB

File metadata and controls

42 lines (29 loc) · 1.33 KB

Rule suppress suggestion - Decision

Meeting

Date for meeting

11-02-2021

ATC Core members in meeting

Rule summary

Value
Title MA0048 File name must match type name
CheckId MA0048
Category Usage
Link https://github.com/meziantou/Meziantou.Analyzer/blob/master/docs/Rules/MA0048.md

What is the problem

Issue #26

Decision

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

Reason & arguments

  • It is a simple rule that ensures that the filename and typename matches.
  • This is a duplicate rule of SA1649.