Skip to content

Commit f197f29

Browse files
committed
Merge pull request #1568 from sharwell/sa1652-nofix
Mark SA1652 (EnableXmlDocumentationOutput) with [NoCodeFix]
2 parents c637282 + b71be52 commit f197f29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/SA1652EnableXmlDocumentationOutput.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ namespace StyleCop.Analyzers.DocumentationRules
2121
/// Otherwise, the semantics of all documentation comments are not checked and comments are likely to contain an
2222
/// increasing number of errors over time.</para>
2323
/// </remarks>
24+
[NoCodeFix("The necessary actions for this code fix are not supported by the analysis infrastructure.")]
2425
[DiagnosticAnalyzer(LanguageNames.CSharp)]
2526
internal class SA1652EnableXmlDocumentationOutput : DiagnosticAnalyzer
2627
{

0 commit comments

Comments
 (0)