Has anyone successfully setup the rubocop linter for projects running exclusively inside docker? Currently, I'm having all gems installed inside vendor/bundle in the hopes of making them more accessible.
That said, all gems are installed inside a Linux docker container and might not be usable from outside docker (my host is a Mac beast).
Just curious if anyone has finally solved this issue. Would be nice to have integration with rubocop inside the docker container somehow.
Has anyone successfully setup the rubocop linter for projects running exclusively inside docker? Currently, I'm having all gems installed inside
vendor/bundlein the hopes of making them more accessible.That said, all gems are installed inside a Linux docker container and might not be usable from outside docker (my host is a Mac beast).
Just curious if anyone has finally solved this issue. Would be nice to have integration with rubocop inside the docker container somehow.