refactor-nrepl icon indicating copy to clipboard operation
refactor-nrepl copied to clipboard

Analyse some real-world projects in CI

Open vemv opened this issue 3 years ago • 4 comments

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.

vemv avatar Jul 09 '21 14:07 vemv

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 avatar Jul 09 '21 15:07 bbatsov

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

bbatsov avatar Jul 09 '21 15:07 bbatsov

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

vemv avatar Jul 09 '21 17:07 vemv

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

bbatsov avatar Jul 09 '21 20:07 bbatsov