Re: Configuring IntelliJ to enforce checkstyle rules

2016-08-25 Thread Jean-Baptiste Onofré
Good idea. Regards JB On 08/25/2016 05:51 PM, Seetharam Venkatesh wrote: You can also export idea settings and interested developers can import it instead. Adding check style slows down idea significantly in my experience but ymmv. On Wed, Aug 24, 2016 at 8:29 AM Kenneth Knowles

Re: Configuring IntelliJ to enforce checkstyle rules

2016-08-25 Thread Seetharam Venkatesh
You can also export idea settings and interested developers can import it instead. Adding check style slows down idea significantly in my experience but ymmv. On Wed, Aug 24, 2016 at 8:29 AM Kenneth Knowles wrote: > Nice step-by-step. > > +1 to adding tips for

Re: Configuring IntelliJ to enforce checkstyle rules

2016-08-24 Thread Kenneth Knowles
Nice step-by-step. +1 to adding tips for particular IDEs in the contribution guide. On Wed, Aug 24, 2016 at 7:48 AM, Jean-Baptiste Onofré wrote: > Hi Stas, > > Thanks for sharing ! > > As discussed with Amit on Hangout (and indirectly with you ;)), it's what > I'm using in

Re: Configuring IntelliJ to enforce checkstyle rules

2016-08-24 Thread Jean-Baptiste Onofré
Hi Stas, Thanks for sharing ! As discussed with Amit on Hangout (and indirectly with you ;)), it's what I'm using in my config. Some stuff that I added on IntelliJ: - in Editor -> Code Style -> Java -> Tabs and Indents, I disabled "Use tab character", and defined 2 for "Tab Size" and

Configuring IntelliJ to enforce checkstyle rules

2016-08-24 Thread Stas Levin
Hi guys, Having IntelliJ enforce Beam's Checkstyle rules turned out to be very useful for me, so I figured I'd share the steps just in case. 1. Install the Checkstyle plugin 1. Select the *Plugins* menu from the *Preferences* (Cmd+",") 2. Click "*Browse Repositories*" 3.