troessner / reek

Code smell detector for Ruby
https://github.com/troessner/reek
MIT License
4k stars 279 forks source link

Add max_allowed calls to FeatureEnvy smell detector #1744

Open JuanVqz opened 8 months ago

JuanVqz commented 8 months ago

This is adding a configuration max_calls key for the FeatureEnvy smell detector

Fixes #1535

I know @mvz is assigned to the issue, sorry in advance for having worked on it, just wanted to learn more about Reek.

JuanVqz commented 8 months ago

Love it! The only thing missing is a test ;) Then we should be good to go!

I'm glad this is gonna be accepted. :) just added some tests :keyboard:

Shall we update any changelog file or something to mention we are adding the max_calls key?