Jonas Pfefferle created CRAIL-19:
------------------------------------
Summary: Check code style on build
Key: CRAIL-19
URL: https://issues.apache.org/jira/browse/CRAIL-19
Project: Apache Crail
Issue Type: Improvement
Reporter: Jonas Pfefferle
Style check the code on compile and fail compilation if there are violations.
I propose using the google java code style guide, which is already pretty close
to what we are having now (e.g. does not allow no braces on if/else etc). Spark
also uses a modified version of the google code style.
[https://google.github.io/styleguide/javaguide.html]
https://github.com/apache/spark/blob/master/dev/checkstyle.xml
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)