Azure / azure-cosmosdb-java

Java Async SDK for SQL API of Azure Cosmos DB
MIT License
54 stars 61 forks source link

Configure check style in the project #42

Closed otaviojava closed 5 years ago

otaviojava commented 6 years ago

Does make sense a PR with check style in the project?

This way, the project will easier to more person contribute and also to maintain the project, I believe that we could start with:

Ref: http://checkstyle.sourceforge.net/

moderakh commented 6 years ago

@otaviojava thanks. This was one of the things that we had in our backlog queue, we haven't got into doing it yet.

It would help to have some validation on checkstyle integrated in the maven pom file. Let's start with maven integration and not do any code change into the existing java breaking the codestyle validation for now.

Your PR for integrating this code style validation to maven pom file is welcomed. :-)

otaviojava commented 6 years ago

Ok, I'll open a PR soon

christopheranderson commented 5 years ago

Closing old issues. (Still a good idea!)