Skip to content

Trailing commas in editorconfig #512

Trailing commas in editorconfig

Trailing commas in editorconfig #512

GitHub Actions / Qodana for .NET completed Dec 13, 2023 in 0s

376 new problems found by Qodana for .NET

Qodana for .NET

376 new problems were found

Inspection name Severity Problems
Use preferred style for trailing comma before new line in multiline lists 🔴 Failure 330
Unused parameter (private accessibility) 🔶 Warning 23
Type member is never used (private accessibility) 🔶 Warning 20
Redundant using directive 🔶 Warning 3

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check failure on line 65 in HotChocolate/Data/test/Data.Projections.SqlServer.Tests/QueryableSingleOrDefaultTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 19 in HotChocolate/Data/test/Data.Filters.SqlServer.Tests/QueryableFilterVisitorExpressionTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 21 in HotChocolate/Fusion/test/Shared/Reviews/ReviewRepository.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 1072 in HotChocolate/Fusion/test/Core.Tests/DemoIntegrationTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 258 in HotChocolate/Core/src/Types/SchemaOptions.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 64 in HotChocolate/Fusion/src/CommandLine/Commands/SubgraphConfigSetHttpCommand.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 249 in HotChocolate/Core/test/Types.Scalars.Tests/ScalarTypeTestBase.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 232 in CookieCrumble/src/CookieCrumble/Formatters/ExecutionResultSnapshotValueFormatter.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 30 in HotChocolate/Data/test/Data.Sorting.InMemory.Tests/QueryableSortVisitorObjectTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 12 in HotChocolate/Data/test/Data.Sorting.InMemory.Tests/QueryableSortVisitorBooleanTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 106 in HotChocolate/Data/test/Data.Projections.SqlServer.Tests/QueryableSingleOrDefaultTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 83 in HotChocolate/Core/test/Subscriptions.Tests/DefaultJsonMessageSerializerTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 370 in HotChocolate/Core/src/Validation/Rules/ValueVisitor.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 985 in HotChocolate/Core/test/Types.CursorPagination.Tests/IntegrationTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 87 in HotChocolate/Data/test/Data.AutoMapper.Tests/ProjectToTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 348 in HotChocolate/ApolloFederation/test/ApolloFederation.Tests/EntitiesResolverTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 15 in HotChocolate/Fusion/test/Shared/DemoSubgraph.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 63 in HotChocolate/Core/src/Types/Resolvers/DirectiveClassMiddlewareFactory.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 107 in HotChocolate/Data/test/Data.Projections.SqlServer.Tests/QueryableSingleOrDefaultTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 14 in HotChocolate/Data/test/Data.Sorting.InMemory.Tests/QueryableSortVisitorComparableTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 18 in HotChocolate/Core/src/Execution/Serialization/MultiPartResultFormatter.Constants.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 27 in HotChocolate/Data/test/Data.Sorting.InMemory.Tests/QueryableSortVisitorExpressionTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 90 in HotChocolate/Data/test/Data.AutoMapper.Tests/ProjectToTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 791 in HotChocolate/Fusion/test/Core.Tests/DemoIntegrationTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check failure on line 28 in HotChocolate/Data/test/Data.Projections.SqlServer.Tests/QueryableSingleOrDefaultTests.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style