Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sclafmt plugin and sbt version #128

Merged
merged 1 commit into from
Aug 4, 2024

Conversation

SemyonSinchenko
Copy link
Collaborator

Changes:

  • update sbt version
  • switch to a maintained scalafmt sbt plugin
  • migrate scalafmt configuration to a new plugin
  • apply sclafmt

The reason is that the plugin is used in the project now is not maintained anymore.

A new scalafmt plugin used a little different set of default rules and a way of configuration. I tried to migrate it, but it looks like a set of default rules were changed.

Related to #127

+ apply scalafmt

 On branch 127-ci
 Changes to be committed:
	modified:   .scalafmt.conf
	modified:   build.sbt
	modified:   project/plugins.sbt
	modified:   src/main/scala/com/github/mrpowers/spark/fast/tests/ArrayUtil.scala
	modified:   src/main/scala/com/github/mrpowers/spark/fast/tests/ColumnComparer.scala
	modified:   src/main/scala/com/github/mrpowers/spark/fast/tests/DataFrameComparer.scala
	modified:   src/main/scala/com/github/mrpowers/spark/fast/tests/DataFramePrettyPrint.scala
	modified:   src/main/scala/com/github/mrpowers/spark/fast/tests/DatasetComparer.scala
	modified:   src/main/scala/com/github/mrpowers/spark/fast/tests/RddHelpers.scala
	modified:   src/main/scala/com/github/mrpowers/spark/fast/tests/RowComparer.scala
	modified:   src/main/scala/com/github/mrpowers/spark/fast/tests/ufansi/Fansi.scala
	modified:   src/test/scala/com/github/mrpowers/spark/fast/tests/DatasetComparerTest.scala
	modified:   src/test/scala/com/github/mrpowers/spark/fast/tests/SchemaComparerTest.scala
	modified:   src/test/scala/com/github/mrpowers/spark/fast/tests/SparkSessionExt.scala
@SemyonSinchenko SemyonSinchenko merged commit 97de5a0 into mrpowers-io:main Aug 4, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants