jonathangadeaharder/Vitest Linter
Detect test smells in Vitest/TypeScript test files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| paths | Files or directories to lint | no | . |
| format | Output format (terminal, json, sarif) | no | sarif |
| no-color | Disable colored output | no | false |
| incremental | Only lint changed files | no | false |
| base | Git ref for incremental mode | no | HEAD~1 |
Outputs
| name | description |
|---|---|
| sarif-file | Path to the generated SARIF file |