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

Added note for Mill users #242

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Once you are using this plugin we recommend that you don't manipulate the `scala

Instead you should modify the `tpolecatScalacOptions` key or the options key for the relevant mode, for example `tpolecatDevModeOptions` for the development mode.

#### Note for Mill users

There is a version of this project dedicated to Mill users, [mill-tpolecat](https://github.com/DavidGregory084/mill-tpolecat). However, the recommendation is to use the library that underpins sbt-tpolecat directly instead, since it is more actively maintained. Please visit the [scalac-options repository for more information](https://github.com/typelevel/scalac-options/).

### Excluding specific warnings

To exclude an individual warning, say to ignore unused imports during testing, you can add the following to your configuration:
Expand Down