You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, that's always a great idea for code analyzers. While I don't do in RuboCop's CI (it'd be crazy slow), we do run RuboCop from time to time on a large set of OSS Ruby projects.
One thing that has helped me while developing Eastwood (another t.ana-based tool) is having third-party projects as submodules:
https://github.com/jonase/eastwood/tree/29eb37a56055c304c6222f43cb6de1c25192358f/.circleci
This way one can assert in CI that they can be in fact analysed without errors.
The text was updated successfully, but these errors were encountered: