Hi guys,
Where can I find the new style rule for Intellij and the checktyle plugin ?
As you know I'm a master to mess up with code formatting ;)
Thanks
Guilllaume
2013/4/18 Strong Liu
> btw, I just installed the checkstyle and findbugs plugin on our CI server
> :D
>
>
> On Apr 19, 2013, at
On 19 Jan 2013, at 9:54 AM, Guillaume SCHEIBEL
wrote:
> Where can I find the new style rule for Intellij and the checktyle plugin ?
I think the existing style rules have not changed. See also
https://community.jboss.org/wiki/ContributingtoHibernateSearch#Idea
It is just that we enforce the ru
btw, what do you guys think of sonar?
shall we give it a try on ci.hibernate.org?
On Apr 19, 2013, at 4:32 PM, Hardy Ferentschik wrote:
>
> On 19 Jan 2013, at 9:54 AM, Guillaume SCHEIBEL
> wrote:
>
>> Where can I find the new style rule for Intellij and the checktyle plugin ?
>
> I think
Sonar is great. I am running it locally to get the metrics. That's the part I
am missing for HV on Cloudbees. Unfortunately, it is not included in the free
offering.
--hardy
On 19 Apr 2013, at 11:24, Strong Liu wrote:
> btw, what do you guys think of sonar?
>
> shall we give it a try on
+1
next on my wishlist, and was already chatting about it with Steve the
other days. You guys should not hide from IRC :-P
I won't be able to do it now, but feel free to add the repository,
package name and necessary configuration changes in the
ci.hibernate.org repository so that it gets auto-inst
2013/4/19 Sanne Grinovero
> +1
> next on my wishlist, and was already chatting about it with Steve the
> other days. You guys should not hide from IRC :-P
> I won't be able to do it now, but feel free to add the repository,
> package name and necessary configuration changes in the
> ci.hibernate.
So far so good, for the maven build I have added 2 things:
- **/target/generated-sources/*.java into the
hibernate-ogm-parent checkstyle plugin conf, to avoid the check of the
generated classes
- to the checkstyle config
(module NewlineAtEndOfFile) otherwise, each file had an issue about newline
Hello,
With the time we are implementing more and more configuration properties
(especially for the MongoDB module) which makes the *DatastoreProvider more
and more heavy. And some configuration checks (the port between 1 and 65535
for instance) are done several times instead being centralized at