mshogin/archlint - Architecture Review
Automated architecture analysis for Go and Rust projects. SOLID violations, cycles, fan-out, performance metrics.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Directory to scan | no | . |
| format | Output format: json, brief | no | brief |
| threshold | Max violations before failing (0 = no limit) | no | 0 |
| comment | Post results as PR comment (true/false) | no | true |
Outputs
| name | description |
|---|---|
| components | Number of components found |
| violations | Number of violations found |
| health_score | Architecture health score (0-100) |