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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle box recommended method of testing private methods.
Added handler for glue string templates.
Added box_mod_fun_exists_linter() to default linters
[bug fix] box_trailing_commas_linter() now properly handles a #nolint for other linters
[bug fix] box_unused_att_pkg_fun_linter() had issues with lists of functions. Linter function
now drops the nested function name and retains the list name (list_name$function_name()) when
performing the check.
[bug fix] get_attached_modules() was not properly finding whole modules attached with short path/module declarations