microsoft / hyperspace

An open source indexing subsystem that brings index-based query acceleration to Apache Sparkâ„¢ and big data workloads.
https://aka.ms/hyperspace
Apache License 2.0
424 stars 115 forks source link

Scaladoc consistency #410

Open clee704 opened 3 years ago

clee704 commented 3 years ago

Forked from #399. Maybe a super nit issue 😉

I'm okay with any options, but they should be applied consistently.

Identified inconsistencies during the review:

Here're my thoughts:

sezruby commented 3 years ago

Thanks for initiating this issue! I'm good with those suggestions. :)

andrei-ionescu commented 3 years ago

I'm good with it. One step further is to implement the rules above in scalafmt checker but I don't know if that is possible.

clee704 commented 3 years ago

I'm good with it. One step further is to implement the rules above in scalafmt checker but I don't know if that is possible.

It seems you can't, although you can specify the overall look and style of the Scaladoc comments.