Skip to content

v0.3.8

Choose a tag to compare

@github-actions github-actions released this 29 May 10:06
b88cf42

0.3.8 (2026-05-29)

Features

  • cli: add --list-rules option to print registered rules (fdcd0e4)
  • cli: add --list-rules option to print registered rules (#31) (2761611)
  • hardening unused functions (#35) (251e696)
  • unused_function: exempt constructors of freezed-annotated classes (ff79b39)
  • unused_function: exempt constructors of freezed-annotated classes (#34) (1ef7ca2)
  • unused: suppress nested findings inside unused source files (c972e32)
  • unused: suppress nested findings inside unused source files (#36) (4a84f2c)

Bug Fixes

  • runner: exclude .dart_tool/ and build/ from analysis by default (b3973b3)
  • runner: exclude .dart_tool/ and build/ from analysis by default (#33) (6456e5c)
  • unused_function: exempt conditional-export and public-API members (fdd67eb)
  • unused_function: exempt conditional-export/import branch targets (b7ad632)
  • unused_function: exempt public members of public types outside lib/src/ (e9de657)
  • unused_function: exempt supertype overrides without @override (dd40f83)