I've been looking for ways to run checkstyle on in...
# general
c
I've been looking for ways to run checkstyle on individual files (like find -iname *.java | xargs | checkstyle) and not have it be terribly slow. I had not realized there was checkstyle integration in contrib. Could that give me something close to a 'checkstyle-daemon' without needing to write a bespoke checkstyle/nailgun daemon?