supermodeltools/Dead Code Hunter

Find unused code in your codebase using Supermodel static analysis

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
supermodel-api-keySupermodel API key from https://supermodeltools.comyes
github-tokenGitHub token for posting PR comments (defaults to github.token)no${{ github.token }}
comment-on-prPost findings as PR commentnotrue
fail-on-dead-codeFail the action if dead code is foundnofalse
ignore-patternsJSON array of glob patterns to exclude from results (supports **)no[]
min-confidenceMinimum confidence level to report: high, medium, or lowno""
timeout-secondsMaximum seconds to wait for analysis to complete (default: 7200)no7200
cli-versionSupermodel CLI version to install (default: latest)nolatest
namedescription
dead-code-countNumber of unused code elements found
dead-code-jsonJSON array of dead code findings with type, confidence, and reason