damiencarol / jsr203-hadoop

A Java NIO file system provider for HDFS
https://github.com/damiencarol/jsr203-hadoop
Apache License 2.0
56 stars 37 forks source link

Add checkstyle to enforce consistent source formatting. #22

Closed tomwhite closed 8 years ago

tomwhite commented 8 years ago

I think it would be good to use checkstyle on the source code, so that it's in line with the style used by the Hadoop project. This PR is a demonstration of what that would look like. It's a bit disruptive, but it shouldn't be needed again. if you're amenable to this @damiencarol, then I can do the same for the whole source tree.

Review on Reviewable

damiencarol commented 8 years ago

@tomwhite Very mean PR. I'm ok with that.

tomwhite commented 8 years ago

Fixed the travis error. Thanks @damiencarol.

damiencarol commented 8 years ago

@tomwhite I'm merging this one. I will continue to add more files to checkstyle conf.

tomwhite commented 8 years ago

Great - thanks @damiencarol!