Is there a way to get checkstyle to just run while you're coding rather than at build time? It doesn't seem like it has to happen at build time to me. I think I've seen something like what I'm talking about in the javascript world at least...
Hi Jimmy. Which IDE are you using? If it's IntelliJ IDEA there's a Checkstyle-IDEA plugin, which claims "This plugin provides both real-time and on-demand scanning of Java files with CheckStyle from within IDEA." plugins.jetbrains.com/plugin/1065-checkstyle-idea
The Configuration Cache is definitely the one for which I will bother upgrading.
Is there a way to get checkstyle to just run while you're coding rather than at build time? It doesn't seem like it has to happen at build time to me. I think I've seen something like what I'm talking about in the javascript world at least...
Hi Jimmy. Which IDE are you using? If it's IntelliJ IDEA there's a Checkstyle-IDEA plugin, which claims "This plugin provides both real-time and on-demand scanning of Java files with CheckStyle from within IDEA." plugins.jetbrains.com/plugin/1065-checkstyle-idea