DotNetAnalyzers/DocumentationAnalyzers

Document .editorconfig Settings for Violations

Opened this issue · 1 comments

The documentation for StyleCopy analyzers shows how to fix the violation and how to suppress it, but it would be really, really helpful to also put in the documentation the setting for it in the .editorconfig file.

I believe the only "configuration" supported by this analyzer package is the standard severity line:

dotnet_diagnostic.[id].severity = [value]

Is this what you are looking for?