Build #69
Annotations
10 warnings
|
scan:
src/Wiremock.OpenAPIValidator/Queries/PropertyRequiredQueryHandler.cs#L29
Remove the unused local variable 'mockedValue'. (https://rules.sonarsource.com/csharp/RSPEC-1481)
|
|
scan:
src/Wiremock.OpenAPIValidator/Queries/UrlPathMatchQueryHandler.cs#L32
Pass a timeout to limit the execution time. (https://rules.sonarsource.com/csharp/RSPEC-6444)
|
|
scan:
src/Wiremock.OpenAPIValidator/Commands/WiremockMappingsReaderCommandHandler.cs#L12
Make 'Handle' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
|
scan:
src/Wiremock.OpenAPIValidator/Queries/ServiceInfromationQueryHandler.cs#L8
Make 'Handle' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
|
scan:
src/Wiremock.OpenAPIValidator/Queries/WireMockMappingsQueryHandler.cs#L9
Make 'Handle' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
|
scan:
src/Wiremock.OpenAPIValidator/Commands/OpenApiDocumentReaderHandler.cs#L13
Make 'Handle' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
|
scan:
src/Wiremock.OpenAPIValidator/Commands/WiremockResponseReaderCommandHandler.cs#L15
Make 'Handle' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
|
scan:
src/Wiremock.OpenAPIValidator/Formatters/JsonOutputFormatter.cs#L59
Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
|
|
scan:
src/Wiremock.OpenAPIValidator/Formatters/JsonOutputFormatter.cs#L49
Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
|
|
scan:
src/Wiremock.OpenAPIValidator/Formatters/JsonOutputFormatter.cs#L42
Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
|