Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 683 Bytes

CHANGELOG.md

File metadata and controls

25 lines (15 loc) · 683 Bytes

mankeli_analysis changelog

1.1.2

  • Removes DCM dependencies

1.1.1

  • Updates documentation
  • Adds more accepted short variable names (s1 and s2)

1.1.0

Removes the following rules

  • arguments-ordering: This rule was conflicting with sort_child_properties_last when using flutter_bloc. It was trying to force builder to be defined before build_when, which is NOT OK.
  • avoid-banned-imports: This was an experimental rule, which often times lead to very project specific config. That is not something we want in our general linting rules, it should be defined within the project itself.

Adds usage tutorial

1.0.0

  • Initial release