On Fri, Aug 21, 2020 at 03:25:12PM -0700, Kevin J. McCarthy wrote: > > Sorry for the delay. Applied. For some of these contrib scripts that are in languages like shell / Python / Perl / etc., would it be worth trying to setup some basic linting in CI?
I'm not super familiar with gitlab CI, though may be possible to do some things in there, and I think Travis and Circle are also typically free for open source. It might require some effort to unify the standards of certain scripts / programs, but might be worth the effort? For shell, I have had really good luck with "shellcheck", and should be easy to get a flake8 / pylint config that's somewhat loose but still tightens things up a little? w