lamber-ken created CARBONDATA-3528:
--------------------------------------
Summary: refactor java checkstyle rules
Key: CARBONDATA-3528
URL:
https://issues.apache.org/jira/browse/CARBONDATA-3528 Project: CarbonData
Issue Type: Improvement
Components: core
Affects Versions: 1.6.0
Reporter: lamber-ken
Fix For: 1.6.1
*AIMS*
Goog products require good coding checkstyle. This issue aims to refactor the java checkstyle.
*Docs and tools*
*
https://checkstyle.sourceforge.io/checks.html* mvn org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check
*New rules*
* RedundantImport
* AvoidStarImport
* LeftCurly
* SimplifyBooleanExpression
* EmptyStatement
* EmptyLineSeparator
* WhitespaceAfter
* NoWhitespaceAfter
* NoWhitespaceBefore
* OperatorWrap
*Tasks*
Current, the severity property of these new rules is info level, so it will not affect the build. After we finish these rules, the level will change to error level.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)