solid_lints icon indicating copy to clipboard operation
solid_lints copied to clipboard

Ignore methods/classes

Open illia-romanenko opened this issue 1 year ago • 1 comments

In few rules we want to ignore certain methods/classes, and we want to extract and reuse this code.

Common issues is support of generics, etc.

illia-romanenko avatar Apr 24 '24 13:04 illia-romanenko

The following rules should have these params:

  • avoid_returning_widgets
  • avoid_unused_parameters
  • cyclomatic_complexity
  • function_lines_of_code
  • no_empty_bloc
  • number_of_parameters

solid-vovabeloded avatar Apr 26 '24 14:04 solid-vovabeloded