churn-php icon indicating copy to clipboard operation
churn-php copied to clipboard

Discover files in need of refactoring.

Results 6 churn-php issues
Sort by recently updated
recently updated
newest added

Cognitive complexity seems to have some advantages over cyclomatic complexity, for the understandability of code. For example, a long but simple switch/case block has a very high cyclomatic complexity but...

enhancement

Although this is due to its helpful comments. But maybe it can be refactored down to multiple methods.

enhancement
help wanted

Since [Composer 2.4.0](https://github.com/composer/composer/releases/tag/2.4.0), a new `--strict-psr` flag has been added to `dump-autoload` to check for PSR violations. Here the result for churn-php: ```sh # composer dump-autoload --optimize --strict-psr Generating optimized...

enhancement
CI

I was confused why I was not getting the full `filesToShow` when `minScoreToShow` was `0`. It turns out some scores are coming back negative: | Times Changed | Complexity |...

`composer dump-autoload --optimize --strict-psr --no-scripts` failed with this message: ``` Class Acme\Bar located in ./tests/Unit/Assets/Bar.php does not comply with psr-4 autoloading standard (rule: Churn\Tests\ => ./tests). Skipping. Class Acme\Baz located...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies