Skip to content

Commit a5e6464

Browse files
authored
chore: cleanup dead code (#271)
1 parent 2874ab9 commit a5e6464

File tree

5 files changed

+0
-186
lines changed

5 files changed

+0
-186
lines changed

src/FluentAssertions.Analyzers/Utilities/ArgumentValidator.cs

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/FluentAssertions.Analyzers/Utilities/Expressions.cs

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/FluentAssertions.Analyzers/Utilities/FluentAssertionsAnalyzer.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,4 @@ private Diagnostic AnalyzeExpressionSafely(ExpressionSyntax expression, Semantic
122122

123123
public abstract class FluentAssertionsAnalyzer : FluentAssertionsAnalyzer<FluentAssertionsCSharpSyntaxVisitor>
124124
{
125-
}
126-
127-
public abstract class TestingLibraryAnalyzerBase : FluentAssertionsAnalyzer
128-
{
129-
protected abstract string TestingLibraryModule { get; }
130-
protected abstract string TestingLibraryAssertionType { get; }
131-
132-
protected override bool ShouldAnalyzeVariableNamedType(INamedTypeSymbol type, SemanticModel semanticModel)
133-
=> type.Name == TestingLibraryAssertionType && type.ContainingModule.Name == TestingLibraryModule + ".dll";
134125
}

src/FluentAssertions.Analyzers/Utilities/TestingLibraryCodeFixBase.cs

Lines changed: 0 additions & 53 deletions
This file was deleted.

src/FluentAssertions.Analyzers/Utilities/TypeSelector.cs

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)