Skip to content

Commit b5f676f

Browse files
committed
Remove FileHeaderAnalyzers reference to SA1649
SA1649 is not handled as part of this analyzer class.
1 parent 8779928 commit b5f676f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/FileHeaderAnalyzers.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ namespace StyleCop.Analyzers.DocumentationRules
2424
/// <seealso href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1639.md">SA1639 File header must have summary</seealso>
2525
/// <seealso href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1640.md">SA1640 File header must have valid company text</seealso>
2626
/// <seealso href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1641.md">SA1641 File header company name text must match</seealso>
27-
/// <seealso href="https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1649.md">SA1649 File header file name documentation must match type name</seealso>
2827
[DiagnosticAnalyzer(LanguageNames.CSharp)]
2928
internal class FileHeaderAnalyzers : DiagnosticAnalyzer
3029
{

0 commit comments

Comments
 (0)