Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit dcb0f28

Browse files
committed
Turn copyright rule back on
1 parent caf8e50 commit dcb0f28

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Microsoft.DotNet.CodeFormatting/Rules/HasCopyrightHeaderFormattingRule.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,10 @@ internal sealed class HasCopyrightHeaderFormattingRule : ISyntaxFormattingRule
2424

2525
public SyntaxNode Process(SyntaxNode syntaxNode)
2626
{
27-
/*
2827
if (HasCopyrightHeader(syntaxNode))
2928
return syntaxNode;
3029

3130
return AddCopyrightHeader(syntaxNode);
32-
*/
33-
return syntaxNode;
3431
}
3532

3633
private static bool HasCopyrightHeader(SyntaxNode syntaxNode)

0 commit comments

Comments
 (0)