solid-software / solid_lints

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

Fix newline_before_return false flags #173

Open vladimir-beloded opened 3 months ago

vladimir-beloded commented 3 months ago

newline_before_return reports false positives from time to time.

User feedback:

Anytime I do any sort of refactoring it will incorrectly flag these issues and mask the other issues I'm actually trying to clear.

It usually appears when I switch branches