Codacy Production / Codacy Static Code Analysis
required action
Nov 18, 2024 in 0s
3 new issues (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 3
Complexity increasing per file
==============================
- src/dotnet_mytool/Program.cs 2
See the complete overview on Codacy
Annotations
Check warning on line 6 in src/dotnet_mytool/Program.cs
codacy-production / Codacy Static Code Analysis
src/dotnet_mytool/Program.cs#L6
Add a 'protected' constructor or the 'static' keyword to the class declaration.
Check failure on line 20 in src/dotnet_mytool/Program.cs
codacy-production / Codacy Static Code Analysis
src/dotnet_mytool/Program.cs#L20
Add curly braces around the nested statement(s) in this 'if' block.
Check warning on line 31 in src/dotnet_mytool/Program.cs
codacy-production / Codacy Static Code Analysis
src/dotnet_mytool/Program.cs#L31
This line will not be executed conditionally; only the first line of this 10-line block will be. The rest will execute unconditionally.
Loading