solid-software / solid_lints

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

New rule: feature_envy #96

Open danylo-safonov-solid opened 7 months ago

danylo-safonov-solid commented 7 months ago

https://refactoring.guru/smells/feature-envy https://github.com/troessner/reek/blob/master/lib/reek/smell_detectors/feature_envy.rb https://github.com/tsantalis/JDeodorant/blob/master/src/gr/uom/java/jdeodorant/refactoring/views/FeatureEnvy.java

yurii-prykhodko-solid commented 2 months ago

https://github.com/solid-software/solid_lints/pull/155 -- an incomplete attempt at implementing the rule; we may be able to complete it.