Closed caldwellst closed 2 months ago
Have followed the advice in https://github.com/Appsilon/box.linters/issues/110, which is to move to use directory level pathing in a way that is very nice. It will help solve #123 and mean we can run box::use()
in the console directly. However, now, the lint is flagging up EVERY SINGLE FUNCTION. So something must be going on here that needs investigation.
Create a reprex for the latest issue faced in the {box.linters}
repo: https://github.com/Appsilon/box.linters/issues/111
Addresses #142. Currently stuck because it seems
{box.linters}
does not follow module relevant pathing if all imports are not directly nested under the file callingbox::use()
. That is,box::use(../path/to/module)
will fail. Opened up issue here.