Skip to content
Codacy Production / Codacy Static Code Analysis required action Oct 26, 2024 in 0s

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

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

Issues
======
- Added 2
           

Complexity increasing per file
==============================
- src/commit_message_processor.cs  2
- tests/commit_message_processor_tests.cs  1
         

See the complete overview on Codacy

Annotations

Check warning on line 4 in src/commit_message_processor.cs

See this annotation in the file changed.

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

src/commit_message_processor.cs#L4

Add a 'protected' constructor or the 'static' keyword to the class declaration.

Check warning on line 9 in src/commit_message_processor.cs

See this annotation in the file changed.

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

src/commit_message_processor.cs#L9

When using `System.Text.RegularExpressions` to process untrusted input, pass a timeout.