Skip to content

Commit a49410b

Browse files
committed
Enable Fix All operations for DOC901
1 parent 5334515 commit a49410b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

DocumentationAnalyzers/DocumentationAnalyzers.CodeFixes/RefactoringRules/DOC901CodeFixProvider.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ internal partial class DOC901CodeFixProvider : CodeFixProvider
2727
ImmutableArray.Create(DOC901ConvertToDocumentationComment.DiagnosticId);
2828

2929
public override FixAllProvider GetFixAllProvider()
30-
{
31-
// this is unlikely to work as expected
32-
return null;
33-
}
30+
=> CustomFixAllProviders.BatchFixer;
3431

3532
public override Task RegisterCodeFixesAsync(CodeFixContext context)
3633
{

0 commit comments

Comments
 (0)