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

feat: translations extraction command #2045

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

feat: translations extraction command

80cd5bf
Select commit
Loading
Failed to load commit list.
Draft

feat: translations extraction command #2045

feat: translations extraction command
80cd5bf
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Sep 11, 2024 in 0s

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

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

Issues
======
- Added 4
           

Complexity increasing per file
==============================
- src/Command/TranslationsExtract.php  10
         

See the complete overview on Codacy

Annotations

Check warning on line 38 in src/Command/TranslationsExtract.php

See this annotation in the file changed.

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

src/Command/TranslationsExtract.php#L38

The class TranslationsExtract has 11 non-getter- and setter-methods. Consider refactoring TranslationsExtract to keep number of methods under 10.

Check warning on line 38 in src/Command/TranslationsExtract.php

See this annotation in the file changed.

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

src/Command/TranslationsExtract.php#L38

The class TranslationsExtract has a coupling between objects value of 23. Consider to reduce the number of dependencies under 13.

Check warning on line 109 in src/Command/TranslationsExtract.php

See this annotation in the file changed.

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

src/Command/TranslationsExtract.php#L109

The method execute() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10.

Check warning on line 109 in src/Command/TranslationsExtract.php

See this annotation in the file changed.

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

src/Command/TranslationsExtract.php#L109

The method execute() has an NPath complexity of 288. The configured NPath complexity threshold is 200.