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
The allowUnusedFunction option should allow top-level unused functions.
Any unused functions allocated in a function, aka closures need to be checked.
Aka if are checking a top level function, then any inner functions need to be checked.
If we are skipping a top level function, then we can skip its inner functions.
The text was updated successfully, but these errors were encountered:
The
allowUnusedFunction
option should allow top-level unused functions.Any unused functions allocated in a function, aka closures need to be checked.
Aka if are checking a top level function, then any inner functions need to be checked.
If we are skipping a top level function, then we can skip its inner functions.
The text was updated successfully, but these errors were encountered: