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
Add IgnoreMacros option to readability-function-size check to mimic the same in readability-function-cognitive-complexity.
Counting the function size with expanded macros will make it more likely to break limits. Whereas macros are more like function calls regarding the readability.