Skip to content

Commit

Permalink
Merge pull request #129 from Appsilon/release-0.10.1
Browse files Browse the repository at this point in the history
chore: Bump package version.
  • Loading branch information
jakubnowicki authored Aug 5, 2024
2 parents 17c7979 + 81fb23f commit e5658e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: box.linters
Title: Linters for 'box' Modules
Version: 0.10.0.9003
Version: 0.10.1
Authors@R:
c(
person("Ricardo Rodrigo", "Basa", role = c("aut", "cre"), email = "[email protected]"),
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# box.linters (development version)
# box.linters 0.10.1

* `box_unused_att_pkg_fun_linter()` allows functions passed into other functions by name without `().
* `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.

Expand Down

0 comments on commit e5658e4

Please sign in to comment.