mjakubowski84 / parquet4s

Read and write Parquet in Scala. Use Scala classes as schema. No need to start a cluster.
https://mjakubowski84.github.io/parquet4s/
MIT License
283 stars 65 forks source link

Enforcing standard formatting/linting #221

Closed sndnv closed 3 years ago

sndnv commented 3 years ago

I was wondering if there would be interest in using some linting/formatting tools like scalafmt, scalafix and/or wartremover. If so, I can try to get that going in the next few weeks.

mjakubowski84 commented 3 years ago

That would be nice! I will have a hell of conflicts in my 2.x branch but I think I will survive. I didn't have much of free time to finish my 2.x release but I think it will get more momentum next week.

mjakubowski84 commented 3 years ago

I think that scalafmt will be enough.

sndnv commented 3 years ago

Sounds good! I wouldn't be able to work on this right away but I'll try to get started on it mid/end of October.

mjakubowski84 commented 3 years ago

Thanks! It's merged now, I adapted the config in branch 2.x, rebased the code and rerun the formatting over there, too