Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Bugfix prefer-function-over-method for overloads #2315

Merged
merged 1 commit into from
Mar 7, 2017
Merged

Bugfix prefer-function-over-method for overloads #2315

merged 1 commit into from
Mar 7, 2017

Conversation

ajafff
Copy link
Contributor

@ajafff ajafff commented Mar 7, 2017

PR checklist

Overview of change:

[bugfix] exclude overload signatures from prefer-function-over-method
This would have also fixed #2305
Refactor the rule to use AbstractWalker and simplify the algorithm.

[bugfix] exclude overload signatures from `prefer-function-over-method`
This would have also fixed #2305
Refactor the rule to use AbstractWalker and simplify the algorithm.
Copy link
Contributor

@nchen63 nchen63 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good. Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

prefer-function-over-method should ignore abstract methods
2 participants