Appsilon / box.linters

lintr-compatible linters for box modules in R
https://appsilon.github.io/box.linters/
4 stars 0 forks source link

Should lint on `package::function` pattern #104

Open radbasa opened 3 weeks ago

radbasa commented 3 weeks ago

Because box is being used, it is not advisable to directly call a package.

Disallow package::function() except box::use().

Maybe have a whitelist for allowed package::function()s