Skip to content

Update sonar-qube.yml #2

Update sonar-qube.yml

Update sonar-qube.yml #2

Triggered via push March 20, 2025 05:06
Status Success
Total duration 3m 44s
Artifacts

sonar-qube.yml

on: push
Build and analyze
3m 34s
Build and analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and analyze: JsonRepairSharp/JsonRepairSharp/Class/JsonRepairCore.cs#L231
Refactor this method to reduce its Cognitive Complexity from 49 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
Build and analyze: JsonRepairSharp/JsonRepairSharp/Class/JsonRepairCore.cs#L131
Use a StringBuilder instead. (https://rules.sonarsource.com/csharp/RSPEC-1643)
Build and analyze: JsonRepairSharp/JsonRepairSharp/Class/JsonRepairCore.cs#L125
Use a StringBuilder instead. (https://rules.sonarsource.com/csharp/RSPEC-1643)
Build and analyze: JsonRepairSharp/JsonRepairSharp/Class/JsonRepairCore.cs#L99
Remove this useless assignment to local variable 'changed'. (https://rules.sonarsource.com/csharp/RSPEC-1854)
Build and analyze: JsonRepairSharp/JsonRepairSharp/Class/JsonRepairError.cs#L3
Make this class name end with 'Exception'. (https://rules.sonarsource.com/csharp/RSPEC-3376)
Build and analyze: JsonRepairSharp/JsonRepairSharp/Class/JsonRepairCore.cs#L647
Change return type to 'void'; not a single caller uses the returned value. (https://rules.sonarsource.com/csharp/RSPEC-3241)
Build and analyze: JsonRepairSharp/JsonRepairSharp/Class/JsonRepairCore.cs#L208
Change return type to 'void'; not a single caller uses the returned value. (https://rules.sonarsource.com/csharp/RSPEC-3241)
Build and analyze: JsonRepairSharp/JsonRepairSharp/Class/JsonRepairCore.cs#L199
Change return type to 'void'; not a single caller uses the returned value. (https://rules.sonarsource.com/csharp/RSPEC-3241)
Build and analyze: JsonRepairSharp/JsonRepairSharp/Class/JsonRepairCore.cs#L94
Change return type to 'void'; not a single caller uses the returned value. (https://rules.sonarsource.com/csharp/RSPEC-3241)
Build and analyze: JsonRepairSharp/JsonRepairSharp/Class/JsonRepairCore.cs#L820
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)