diff --git a/.editorconfig b/.editorconfig index 260ad450..568923f0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,7 @@ indent_style = space max_line_length = 200 brace_style = end_of_line trim_trailing_whitespace = true +dotnet_diagnostic.IDE0005.severity = error # IntelliJ IDEA properties ij_any_block_brace_style = end_of_line diff --git a/src/Core/test/Eventuous.Tests/StoringEventsWithCustomStream.cs b/src/Core/test/Eventuous.Tests/StoringEventsWithCustomStream.cs index 595f143c..943dd23f 100644 --- a/src/Core/test/Eventuous.Tests/StoringEventsWithCustomStream.cs +++ b/src/Core/test/Eventuous.Tests/StoringEventsWithCustomStream.cs @@ -1,4 +1,3 @@ -global using NodaTime; using Eventuous.Tests.Fixtures; using Eventuous.Sut.App; using Eventuous.Sut.Domain;