Skip to content
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