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 frequently use local functions to improve readability of methods, but plugin sees it not as separate function, but part of method and adds complexity from local functions to complexity of method itself. Is there any way to avoid it (except making local functions as method)?