mankeli_analysis 1.1.0
mankeli_analysis: ^1.1.0 copied to clipboard
A set of linting rules for static analysis. This package is used internally at Mankeli Software.
1.1.0 #
Removes some bad linting rules #
arguments-ordering
: This rule was conflicting withsort_child_properties_last
when usingflutter_bloc
. It was trying to forcebuilder
to be defined beforebuild_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.