OCHA-DAP / hdx-signals

HDX Signals
https://un-ocha-centre-for-humanitarian.gitbook.io/hdx-signals/
GNU General Public License v3.0
6 stars 0 forks source link

Move to box.linters #181

Closed caldwellst closed 2 weeks ago

caldwellst commented 3 months ago

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 calling box::use(). That is, box::use(../path/to/module) will fail. Opened up issue here.

caldwellst commented 3 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.

caldwellst commented 3 months ago

Create a reprex for the latest issue faced in the {box.linters} repo: https://github.com/Appsilon/box.linters/issues/111