We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf8e50 commit dcb0f28Copy full SHA for dcb0f28
src/Microsoft.DotNet.CodeFormatting/Rules/HasCopyrightHeaderFormattingRule.cs
@@ -24,13 +24,10 @@ internal sealed class HasCopyrightHeaderFormattingRule : ISyntaxFormattingRule
24
25
public SyntaxNode Process(SyntaxNode syntaxNode)
26
{
27
- /*
28
if (HasCopyrightHeader(syntaxNode))
29
return syntaxNode;
30
31
return AddCopyrightHeader(syntaxNode);
32
- */
33
- return syntaxNode;
34
}
35
36
private static bool HasCopyrightHeader(SyntaxNode syntaxNode)
0 commit comments