Skip to content

Releases: ValentinVignal/action-dart-analyze

v2.1

19 Dec 10:07
37f49c2

Choose a tag to compare

  • Adds comment-on-success input to allow posting comments even when there are no failing issues found. Defaults to true.

v2.0

16 Dec 16:49
865bf5a

Choose a tag to compare

  • Add severity-overrides parameter
  • Add fail-on-format parameter
  • Remove FailOn.Format
  • Add FailOn.Note

v1.1

18 Jul 16:37
0e3de9b

Choose a tag to compare

  • 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

17 Jul 03:59
4a718b8

Choose a tag to compare

  • Adds scripts/run.sh to run this action with a bash script.
  • BREAKING: fail-on now defaults to 'warning'.

v0.17

25 Apr 03:18
e9be154

Choose a tag to compare

What's Changed

v0.16

14 Aug 08:51
daef594

Choose a tag to compare

  • Supports nested analysis options.

v0.15

14 Dec 10:38
41eb016

Choose a tag to compare

Upgrade to node16.

v0.14

01 Aug 07:03
59af903

Choose a tag to compare

  • Fix a bug where non-formatted files where not detected

Working directory

27 Nov 08:14

Choose a tag to compare

Open the correct analysis_options.yaml at the root of the working-directory.

Line length

02 May 11:28

Choose a tag to compare

Specify the line length for dart format