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
I have a function that returns an object, and decorates it with a patched method. This doesn't fall under the category of this cop because it doesn't create a method in the outer scope.
The text was updated successfully, but these errors were encountered:
CyborgMaster
changed the title
Lint/NestedMethodDefinition shouldn't flag object specific methods
Lint/NestedMethodDefinition shouldn't flag singleton methods
Jan 22, 2016
I have a function that returns an object, and decorates it with a patched method. This doesn't fall under the category of this cop because it doesn't create a method in the outer scope.
Flagged code:
Offense:
The text was updated successfully, but these errors were encountered: