Re: [hibernate-dev] Checkstyle checks in ORM

2016-11-09 Thread Steve Ebersole
https://hibernate.atlassian.net/browse/HHH-11235 On Wed, Nov 9, 2016 at 9:22 AM Steve Ebersole wrote: > Gradle does not have profiles. So you mean different tasks? > > > On Wed, Nov 9, 2016 at 9:20 AM Vlad Mihalcea > wrote: > > I like Davide's proposal. +1 > > On Wed, Nov 9, 2016 at 5:14 PM, D

Re: [hibernate-dev] Checkstyle checks in ORM

2016-11-09 Thread Steve Ebersole
http://ci.hibernate.org/job/hibernate-orm-master-h2-check/106/checkstyleResult/ Any of the 0 versus 2846 + 609 On Wed, Nov 9, 2016 at 9:14 AM Davide D'Alto wrote: > What do you think about having different profiles? > One for new contributors (more relaxed) > and one for active developers. > >

Re: [hibernate-dev] Checkstyle checks in ORM

2016-11-09 Thread Steve Ebersole
Gradle does not have profiles. So you mean different tasks? On Wed, Nov 9, 2016 at 9:20 AM Vlad Mihalcea wrote: > I like Davide's proposal. +1 > > On Wed, Nov 9, 2016 at 5:14 PM, Davide D'Alto > wrote: > > What do you think about having different profiles? > One for new contributors (more rel

Re: [hibernate-dev] Checkstyle checks in ORM

2016-11-09 Thread Vlad Mihalcea
I like Davide's proposal. +1 On Wed, Nov 9, 2016 at 5:14 PM, Davide D'Alto wrote: > What do you think about having different profiles? > One for new contributors (more relaxed) > and one for active developers. > > Given that I'm not sure what kind of checkstyle rules we are talking about. > > On

Re: [hibernate-dev] Checkstyle checks in ORM

2016-11-09 Thread Davide D'Alto
What do you think about having different profiles? One for new contributors (more relaxed) and one for active developers. Given that I'm not sure what kind of checkstyle rules we are talking about. On Wed, Nov 9, 2016 at 2:15 PM, Steve Ebersole wrote: > While developing the Byte Buddy Enhancer,

[hibernate-dev] Checkstyle checks in ORM

2016-11-09 Thread Steve Ebersole
While developing the Byte Buddy Enhancer, Rafael ran into what I thnk is a valid problem in the ORM build. Namely the fact that we incorporate non-fatal Checktyle checks. In local builds this leads to a situation where it is extremely difficult for new contributors to find out what exactly they v