Closed bradley-erickson closed 6 months ago
On the whole, this looks good. I'd like to understand this better (questions left in-line; those aren't requests for changes, but I'd like to understand). I think the key changes I'd like to see:
pylint
should be available as an option, with the right set of optionsvirtualenv
explicitly, or a move back to managing it implicitly. By my read, this adds complexity both to the code and to the use of the system (we can't leverage that people know how to use virtualenv
themselves; they need to relearn our wrapper), and reduces flexibility (e.g. installing system-wide).
This removes extra npm commands we attempt to run and instead relies on the
Makefile
for installing theLODRC
.