Skip to content

Software Information Entropy Linter

Past due by 3 months 89% complete

CLI: The CLI command refrences process_repo_entropy to allow users to track software entropy within specific portions of their repository. It generates an informative report, providing insights that guide future decisions based on the current entropy levels.

GitHub Action: This GitHub Action integrates with the CLI command process_pr_entropy, automaticall…

CLI: The CLI command refrences process_repo_entropy to allow users to track software entropy within specific portions of their repository. It generates an informative report, providing insights that guide future decisions based on the current entropy levels.

GitHub Action: This GitHub Action integrates with the CLI command process_pr_entropy, automatically displaying the total entropy introduced by a pull request. It also provides a warning if the entropy is increasing or decreasing, helping maintain code quality.

Loading