Skip to content

Commit

Permalink
chore: cleanup dead code (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meir017 authored Dec 25, 2023
1 parent 2874ab9 commit a5e6464
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 186 deletions.
24 changes: 0 additions & 24 deletions src/FluentAssertions.Analyzers/Utilities/ArgumentValidator.cs

This file was deleted.

35 changes: 0 additions & 35 deletions src/FluentAssertions.Analyzers/Utilities/Expressions.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,4 @@ private Diagnostic AnalyzeExpressionSafely(ExpressionSyntax expression, Semantic

public abstract class FluentAssertionsAnalyzer : FluentAssertionsAnalyzer<FluentAssertionsCSharpSyntaxVisitor>
{
}

public abstract class TestingLibraryAnalyzerBase : FluentAssertionsAnalyzer
{
protected abstract string TestingLibraryModule { get; }
protected abstract string TestingLibraryAssertionType { get; }

protected override bool ShouldAnalyzeVariableNamedType(INamedTypeSymbol type, SemanticModel semanticModel)
=> type.Name == TestingLibraryAssertionType && type.ContainingModule.Name == TestingLibraryModule + ".dll";
}

This file was deleted.

65 changes: 0 additions & 65 deletions src/FluentAssertions.Analyzers/Utilities/TypeSelector.cs

This file was deleted.

0 comments on commit a5e6464

Please sign in to comment.