Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analyse some real-world projects in CI #322

Open
vemv opened this issue Jul 9, 2021 · 4 comments
Open

Analyse some real-world projects in CI #322

vemv opened this issue Jul 9, 2021 · 4 comments
Assignees

Comments

@vemv
Copy link
Member

vemv commented Jul 9, 2021

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.

@bbatsov
Copy link
Member

bbatsov commented Jul 9, 2021

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.

@bbatsov
Copy link
Member

bbatsov commented Jul 9, 2021

Btw, I had no idea you're maintaining Eastwood as well these days - you truly are on fire! 🚀 🔥 🥇

@vemv vemv self-assigned this Jul 9, 2021
@vemv
Copy link
Member Author

vemv commented Jul 9, 2021

Btw, I had no idea you're maintaining Eastwood as well these days

🍻 it's been a motivating adventure to keep the old-school tools alive and kicking. I really appreciate our lispy, runtimey approach

@bbatsov
Copy link
Member

bbatsov commented Jul 9, 2021

You and me both. For me that's the very essense of Lisp programming.

@vemv vemv added this to Next in refactor-nrepl Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants