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.
box.linters 0.10.4
Fix critical bug of style_box_use_*() converting all lines to NA if there is no box::use() call found.
R version (>= 4.3.0) compatibility fix for MacOS.
Implement exclude_files in style_box_use_dir() to exclude files from styling.
Implemented linter tags file compatible with lintr::available_linters() and lintr::available_tags() functions.
box_unused_att_pkg_fun_linter() allows functions passed into other functions by name without ().
package::function() check is exclusive to namespace_function_calls().
Move treesitter dependencies to Suggests because of the R >= 4.3.0 requirement. Functions that depend on treesitter now check if it is installed and handle the absence gracefully.