o6lvl4/Codopsy Code Quality
AST-level code quality analysis for TypeScript & JavaScript. Quality scores, complexity metrics, and 13 lint rules.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Directory to analyze | no | ./src |
| format | Output format (json, html, sarif) | no | sarif |
| max-complexity | Cyclomatic complexity threshold | no | 10 |
| max-cognitive-complexity | Cognitive complexity threshold | no | 15 |
| fail-on-warning | Fail if warnings found | no | false |
| fail-on-error | Fail if errors found | no | true |
| upload-sarif | Upload SARIF results to GitHub Code Scanning | no | true |
Outputs
| name | description |
|---|---|
| report-file | Path to the generated report file |