From 5566c2a9949a63c77598c440d294d2cbaa934ace Mon Sep 17 00:00:00 2001 From: "Worker Pants (Pantsbuild GitHub Automation Bot)" Date: Tue, 27 Aug 2024 02:16:04 +0000 Subject: [PATCH] Update docs site for version 2.22.0rc3 --- .../version-2.22/reference/global-options.mdx | 6 +- .../version-2.22/reference/goals/export.mdx | 36 +- .../version-2.22/reference/help-all.json | 350 ++++++++++-------- .../subsystems/google-java-format.mdx | 2 +- .../reference/subsystems/jarjar.mdx | 2 +- .../reference/subsystems/java-avro.mdx | 2 +- .../reference/subsystems/junit.mdx | 2 +- .../reference/subsystems/ktlint.mdx | 2 +- .../subsystems/openapi-generator.mdx | 2 +- .../subsystems/protobuf-java-grpc.mdx | 2 +- .../reference/subsystems/scalafix.mdx | 2 +- .../reference/subsystems/scalafmt.mdx | 2 +- .../reference/subsystems/scalapb.mdx | 2 +- .../reference/subsystems/scalatest.mdx | 2 +- .../reference/subsystems/scrooge.mdx | 2 +- .../reference/targets/jvm_artifact.mdx | 2 +- .../reference/targets/pants_requirements.mdx | 2 +- .../reference/targets/python_requirement.mdx | 4 +- .../reference/targets/scala_artifact.mdx | 2 +- 19 files changed, 243 insertions(+), 183 deletions(-) diff --git a/versioned_docs/version-2.22/reference/global-options.mdx b/versioned_docs/version-2.22/reference/global-options.mdx index ac42bd86..e565df90 100644 --- a/versioned_docs/version-2.22/reference/global-options.mdx +++ b/versioned_docs/version-2.22/reference/global-options.mdx @@ -154,7 +154,11 @@ Pants is switching its option parsing system from a legacy parser written in Pyt The results of parsing a given option by each system should be identical. However during a transition period we will run both parsers and compare their results. This option controls how to report discrepancies that arise. -- `error`: Discrepancies will cause Pants to exit. - `warning`: Discrepancies will be logged but Pants will continue. - `ignore`: A last resort to turn off this check entirely. +- `error`: Discrepancies will cause Pants to exit. + +- `warning`: Discrepancies will be logged but Pants will continue. + +- `ignore`: A last resort to turn off this check entirely. If you encounter discrepancies that are not easily resolvable, please reach out to us on Slack or file an issue: https://www.pantsbuild.org/community/getting-help. diff --git a/versioned_docs/version-2.22/reference/goals/export.mdx b/versioned_docs/version-2.22/reference/goals/export.mdx index 0d4279a1..72a5f4ce 100644 --- a/versioned_docs/version-2.22/reference/goals/export.mdx +++ b/versioned_docs/version-2.22/reference/goals/export.mdx @@ -29,24 +29,6 @@ Config section: `[export]` ## Basic options -### `py_generated_sources_in_resolve` - - - ### `py_resolve_format` + ### `py_hermetic_scripts`