Skip to content

Add Scalafix Plugin and Configuration for RemoveUnused#1098

Open
khajavi wants to merge 1 commit intozio:mainfrom
khajavi:install-scalafix-plugin
Open

Add Scalafix Plugin and Configuration for RemoveUnused#1098
khajavi wants to merge 1 commit intozio:mainfrom
khajavi:install-scalafix-plugin

Conversation

@khajavi
Copy link
Member

@khajavi khajavi commented Feb 19, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 19, 2026 14:18
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Scalafix tooling to the build and enables the RemoveUnused rule, including SemanticDB configuration required for semantic rules.

Changes:

  • Add sbt-scalafix plugin to the sbt build.
  • Enable SemanticDB generation in the build to support Scalafix rules.
  • Add a root .scalafix.conf enabling RemoveUnused.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
project/plugins.sbt Adds the sbt-scalafix sbt plugin dependency.
build.sbt Enables SemanticDB (required for semantic Scalafix rules).
.scalafix.conf Configures Scalafix to run the RemoveUnused rule.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants