From 572f52d9df69929d60f928abba364ddf104ddfb5 Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Fri, 10 May 2024 09:21:57 +1000 Subject: [PATCH] Apply suggestions from code review --- docs/notes/2.21.x.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/notes/2.21.x.md b/docs/notes/2.21.x.md index 9a17abb1990..a8c6bcb06f8 100644 --- a/docs/notes/2.21.x.md +++ b/docs/notes/2.21.x.md @@ -82,7 +82,7 @@ Failing `kotlin_junit_test`, `junit_test`, and `scala_junit_test` tests can now ##### Scala -The Scalafix can now be run by Pants using the [new `pants.backend.experimental.scala.lint.scalafix` backend](https://www.pantsbuild.org/2.21/docs/jvm/java-and-scala#fix-scala-code). +Scalafix can now be run by Pants using the [new `pants.backend.experimental.scala.lint.scalafix` backend](https://www.pantsbuild.org/2.21/docs/jvm/java-and-scala#fix-scala-code). #### Python @@ -145,7 +145,7 @@ Plugins that define target generators should set the `generated_target_cls` clas [The new `pants.core.goals.resolves.ExportableTool` union](https://www.pantsbuild.org/2.21/docs/writing-plugins/common-subsystem-tasks#making-subsystems-exportable-with-their-default-lockfile) allows subsystems & tools to be exported with `pants export ...`, similar to a user resolve. ([#20730](https://github.com/pantsbuild/pants/pull/20730)) -The `implicit_value` option keyword argument is no longer supported. ([#20762](https://github.com/pantsbuild/pants/pull/20762)) +The `implicit_value` keyword argument for option registration is no longer supported. ([#20762](https://github.com/pantsbuild/pants/pull/20762)) ## Full Changelog