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
There are parameters in many functions that do not have assertions using {checkmate}. Take a look and review if all parameter types are verified. Initially discussed in here #1046 (comment)
I would focus on doing this on the user-facing functions. Usually, there are a lot of parameters cast down to the template, hence a lot of repetition of checks in internal functions. I would have the tm_* complete first.
The text was updated successfully, but these errors were encountered:
There are parameters in many functions that do not have assertions using
{checkmate}
. Take a look and review if all parameter types are verified. Initially discussed in here #1046 (comment)by @Melkiades
The text was updated successfully, but these errors were encountered: