bobbydeveaux/Pulse Code Quality Gate
Analyze code quality — cyclomatic/cognitive complexity, duplication, and maintainability index with configurable gates
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| max_ccn | Maximum cyclomatic complexity per function (0 = no limit) | no | 15 |
| max_cognitive | Maximum cognitive complexity per function (0 = no limit) | no | 20 |
| max_duplication | Maximum duplication percentage (0 = no limit) | no | 5 |
| min_maintainability | Minimum maintainability index (0 = no limit) | no | 40 |
| fail_on_gate | Fail the workflow if quality gates are breached | no | true |
Outputs
no outputs