Re: Linter / Code Formatting

2018-02-19 Thread Jonathan Valliere
I like the idea of CheckStyle because it has an Eclipse Plugin. I can also add an Eclipse Formatter XML to the project somewhere. The default Eclipse Formatter does not comply with the Oracle Style Guide. On Mon, Feb 19, 2018 at 11:47 AM, Emmanuel Lécharny wrote: > > > Le 19/02/2018 à 16:47, J

Re: Linter / Code Formatting

2018-02-19 Thread Emmanuel Lécharny
Le 19/02/2018 à 16:47, Jonathan Valliere a écrit : > Any interest in adding support for a linter to automatically check for > formatting / quality issues and formatting the code to enforce consistent > style across the entire codebase? > I would add twi things : - months ago, I ran the code ag

Re: Linter / Code Formatting

2018-02-19 Thread Emmanuel Lécharny
Le 19/02/2018 à 16:47, Jonathan Valliere a écrit : > Any interest in adding support for a linter to automatically check for > formatting / quality issues and formatting the code to enforce consistent > style across the entire codebase? We can use Checkstyle for that purpose. And, yes, that woul