From dadcbd6a3ab08eede2dc6642856dfa3a2152cbd2 Mon Sep 17 00:00:00 2001 From: davesmith00000 Date: Sun, 13 Oct 2024 16:52:18 +0100 Subject: [PATCH] Added note for Mill users --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 394f3a9..7dc555f 100644 --- a/README.md +++ b/README.md @@ -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: