Releases: ValentinVignal/action-dart-analyze
Releases · ValentinVignal/action-dart-analyze
v2.1
v2.0
- Add severity-overrides parameter
- Add fail-on-format parameter
- Remove FailOn.Format
- Add FailOn.Note
v1.1
- Makes the action update the existing comment instead of creating new ones.
- Fix a bug where the analyzer and formatter where not run.
v1.0
- Adds
scripts/run.shto run this action with a bash script. - BREAKING:
fail-onnow defaults to'warning'.
v0.17
What's Changed
- Upgrade to node 20 by @ValentinVignal in #13
v0.16
- Supports nested analysis options.
v0.15
Upgrade to node16.
v0.14
- Fix a bug where non-formatted files where not detected
Working directory
Open the correct analysis_options.yaml at the root of the working-directory.
Line length
Specify the line length for dart format