You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
=======
`AbcSize`, `CyclomaticComplexity` and `PerceivedComplexity` cops ignore `define_method`.
Solution
====
Update `MethodComplexity` mix-in.
This change makes these cops aware of `define_method`.
Expected behavior
Metrics/AbcSize
cop works fordefine_method
content.Actual behavior
Metrics/AbcSize
cop doesn't work fordefine_method
content.Steps to reproduce the problem
Write
define_method
with block where ABC-size is more than 15.RuboCop version
The text was updated successfully, but these errors were encountered: