diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props
index a0fb042..5188f22 100644
--- a/src/Directory.Packages.props
+++ b/src/Directory.Packages.props
@@ -3,28 +3,27 @@
true
-
-
-
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
+
+
-
+
\ No newline at end of file
diff --git a/src/FluentAssertions.Analyzers.FluentAssertionAnalyzerDocsGenerator/FluentAssertions.Analyzers.FluentAssertionAnalyzerDocsGenerator.csproj b/src/FluentAssertions.Analyzers.FluentAssertionAnalyzerDocsGenerator/FluentAssertions.Analyzers.FluentAssertionAnalyzerDocsGenerator.csproj
index 7bfd7b9..2d12763 100644
--- a/src/FluentAssertions.Analyzers.FluentAssertionAnalyzerDocsGenerator/FluentAssertions.Analyzers.FluentAssertionAnalyzerDocsGenerator.csproj
+++ b/src/FluentAssertions.Analyzers.FluentAssertionAnalyzerDocsGenerator/FluentAssertions.Analyzers.FluentAssertionAnalyzerDocsGenerator.csproj
@@ -6,7 +6,6 @@
-
diff --git a/src/FluentAssertions.Analyzers.Tests/TestAttributes.cs b/src/FluentAssertions.Analyzers.Tests/TestAttributes.cs
index c43a275..23af005 100644
--- a/src/FluentAssertions.Analyzers.Tests/TestAttributes.cs
+++ b/src/FluentAssertions.Analyzers.Tests/TestAttributes.cs
@@ -26,14 +26,10 @@ public class AssertionDiagnosticAttribute : Attribute, ITestDataSource
{
public string Assertion { get; }
- public bool Ignore { get; }
-
- public AssertionDiagnosticAttribute(string assertion, bool ignore = false) => (Assertion, Ignore) = (assertion, ignore);
+ public AssertionDiagnosticAttribute(string assertion) => Assertion = assertion;
public IEnumerable