vamsi-op/Eco-Footprint Linter
🌱 Analyze project files for eco-friendly improvements with CO₂ impact estimates
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to analyze (directory or file) | no | . |
| severity | Minimum severity to report: error | warn | info | no | warn |
| format | Output format: cli | github | json | html | no | github |
| output | Write report to this file (optional) | no | "" |
| fail-on | Exit with non-zero code when findings at this severity exist: error | warn | info | never | no | error |
Outputs
| name | description |
|---|---|
| eco_grade | Eco score grade: A | B | C | D | F |
| eco_score | Numeric eco score: 0–100 |
| findings_count | Total number of findings |
| errors_count | Number of error-severity findings |