-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add max_allowed calls to FeatureEnvy smell detector #1744
base: master
Are you sure you want to change the base?
Add max_allowed calls to FeatureEnvy smell detector #1744
Conversation
da50b56
to
6750ddc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love it! The only thing missing is a test ;)
Then we should be good to go!
6750ddc
to
f5ee59c
Compare
I'm glad this is gonna be accepted. :) Shall we update any changelog file or something to mention we are adding the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small nits ...
This is adding a configuration `max_calls` key for the FeatureEnvy smell detector Fixes troessner#1535
f5ee59c
to
e8a8615
Compare
It seems like the PR is ready to be reviewed again, I forget what is missing... |
This is adding a configuration
max_calls
key for the FeatureEnvy smell detectorFixes #1535
I know @mvz is assigned to the issue, sorry in advance for having worked on it, just wanted to learn more about Reek.