Skip to content

v0.10.4

Latest
Compare
Choose a tag to compare
@jakubnowicki jakubnowicki released this 06 Sep 11:50
· 4 commits to main since this release
79e3fa9

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.