valentinvignal/Dart Analyze
Analyze a dart code
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| fail-on | When the action will fail. Optional. Option: `error`, `warning`, `info`, `note`, `nothing`. Default: `warning`. | no | warning |
| fail-on-format | Whether it should fail on formatting issues. Options: `false`, `true`. Default: `true`. | no | true |
| working-directory | The working directory. Optional. Default: `./`. | no | ./ |
| token | The github token. | no | ${{ github.token }} |
| check-renamed-files | Whether it should check the renamed files with no changes. Options: `false`, `true`. Default: `false`. | no | false |
| emojis | Whether it should include emojis in the comment. Option: `false`, `true`. Default: `true`. | no | true |
| format | Whether it should check the formatting. Options: `true`, `false`. Default: `true`. | no | true |
| line-length | The line length for that dart format command. Default: default value for `flutter format`. | no | — |
| severity-overrides | The severity overrides to apply. Format: `lint_name: severity` per line. Optional. | no | — |
| comment-on-success | Whether it should post a comment even if there are no failing issues found. Options: `false`, `true`. Default: `true`. | no | true |
Outputs
no outputs