solid-software / solid_lints

🟧 Lints for Dart and Flutter based on software industry standards and best practices.
Other
36 stars 17 forks source link

Add exception list to `function_lines_of_code` (build method) #135

Closed arthurbcd closed 3 months ago

arthurbcd commented 3 months ago

For my team, function should be focused (50 lines of code).

But it's ok for the build method to have more lines.

I'd suggest to add an exception list here, as it's more scalable than adding the build method manually (but maybe add it as default).