valentinvignal/Dart Analyze

Analyze a dart code

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
fail-onWhen the action will fail. Optional. Option: `error`, `warning`, `info`, `note`, `nothing`. Default: `warning`.nowarning
fail-on-formatWhether it should fail on formatting issues. Options: `false`, `true`. Default: `true`.notrue
working-directoryThe working directory. Optional. Default: `./`.no./
tokenThe github token.no${{ github.token }}
check-renamed-filesWhether it should check the renamed files with no changes. Options: `false`, `true`. Default: `false`.nofalse
emojisWhether it should include emojis in the comment. Option: `false`, `true`. Default: `true`.notrue
formatWhether it should check the formatting. Options: `true`, `false`. Default: `true`.notrue
line-lengthThe line length for that dart format command. Default: default value for `flutter format`.no
severity-overridesThe severity overrides to apply. Format: `lint_name: severity` per line. Optional.no
comment-on-successWhether it should post a comment even if there are no failing issues found. Options: `false`, `true`. Default: `true`.notrue

no outputs