Hi Team,

I'd like to enable the CheckStyle when build the camel code.

There are lots of benefits which we can get from CheckStyle:
1.Finding out if we are missing the ASF header in the java file.
2 Making our codes more consistent ( not including any tab character which will cause bad formate).
3.Excluding the useless import package.
...

All you have to do is install the CheckStyle pluging in Eclipse , and it should be same with the Intellij :)

Any thought?

Willem


Reply via email to