Despagettifier
Version updated for https://github.com/Pafaul/despagettifier to version v1.0.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The despagettifier GitHub Action performs static code analysis to measure cyclomatic complexity and related metrics for individual functions within supported programming languages, such as Go, JavaScript, and Rust. It helps developers identify overly complex “god functions” that may be difficult to test and maintain, enabling more modular and maintainable code. By leveraging Tree-sitter for language-independent parsing, the tool automates the detection of problematic functions and provides actionable insights to improve code quality.
What’s Changed
Publish action to the Marketplace
Full Changelog: https://github.com/Pafaul/despagettifier/commits/v1.0.1