Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitAuto: [FEATURE] Add YAML format to the output formats #167

Open
wants to merge 29 commits into
base: main
Choose a base branch
from

Merge branch 'main' into gitauto/issue-#156-b65c0f67-2645-4513-8d04-2…

c86ba1d
Select commit
Loading
Failed to load commit list.
Open

GitAuto: [FEATURE] Add YAML format to the output formats #167

Merge branch 'main' into gitauto/issue-#156-b65c0f67-2645-4513-8d04-2…
c86ba1d
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Nov 17, 2024 in 0s

6 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 6
           

Complexity increasing per file
==============================
- BancosBrasileiros.MergeTool.Tests/WriterTests.cs  1
         

See the complete overview on Codacy

Annotations

Check notice on line 124 in BancosBrasileiros.MergeTool/Helpers/Writer.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

BancosBrasileiros.MergeTool/Helpers/Writer.cs#L124

Remove this empty statement.

Check failure on line 45 in BancosBrasileiros.MergeTool/Program.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

BancosBrasileiros.MergeTool/Program.cs#L45

Add a 'default' clause to this 'switch' statement.

Check notice on line 45 in BancosBrasileiros.MergeTool/Program.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

BancosBrasileiros.MergeTool/Program.cs#L45

Define the locale to be used in this string operation.

Check notice on line 45 in BancosBrasileiros.MergeTool/Program.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

BancosBrasileiros.MergeTool/Program.cs#L45

Replace this 'switch' statement with 'if' statements to increase readability.

Check notice on line 11 in README.md

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

README.md#L11

Expected: 1; Actual: 2

Check notice on line 11 in README.md

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

README.md#L11

Lists should be surrounded by blank lines