typelevel / scalacheck

Property-based testing for Scala
http://www.scalacheck.org
BSD 3-Clause "New" or "Revised" License
1.94k stars 405 forks source link

Fix trailing whitespaces in headers #963

Closed satorg closed 1 year ago

satorg commented 1 year ago

A follow up for #959. When I resumed my work on #950, I realized that I overlooked trailing whitespaces in the header template in my last PR and Scalafmt started removing them. It makes sbt-header and scalafmt incompatible with each other. I decided to fix the header template and re-apply sbt-header. Hopefully, it is the last PR regarding the headers and the next one is expected to be the Scalafmt per se.

satorg commented 1 year ago

@rossabaker could you take a look please? Thank you!

satorg commented 1 year ago

@rossabaker thank you for adding .git-blame-ignore-revs! Should I add this commit to that file as well: b8564609df3c849b3a258a411e0de645d4e8c7a0 ?