[PR #9513/7c54c703 backport][stable-10] xyz*: style adjustments (#9525)

xyz*: style adjustments (#9513)

(cherry picked from commit 7c54c70301)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2025-01-04 11:04:02 +01:00 committed by GitHub
parent 8208e52c42
commit e2604e7533
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 188 additions and 163 deletions

View file

@ -37,7 +37,7 @@ options:
path:
type: path
description:
- The base path where Node.js libraries will be installed.
- The base path where Node.js installs libraries.
- This is where the C(node_modules) folder lives.
required: false
version:
@ -66,7 +66,7 @@ options:
production:
description:
- Install dependencies in production mode.
- Yarn will ignore any dependencies under devDependencies in C(package.json).
- C(yarn) ignores any dependencies under devDependencies in C(package.json).
required: false
type: bool
default: false
@ -130,8 +130,8 @@ out:
description: Output generated from Yarn.
returned: always
type: str
sample: "yarn add v0.16.1[1/4] Resolving packages...[2/4] Fetching packages...[3/4] Linking dependencies...[4/4] Building fresh packages...success
Saved lockfile.success Saved 1 new dependency..left-pad@1.1.3 Done in 0.59s."
sample: "yarn add v0.16.1[1/4] Resolving packages...[2/4] Fetching packages...[3/4] Linking dependencies...[4/4] Building
fresh packages...success Saved lockfile.success Saved 1 new dependency..left-pad@1.1.3 Done in 0.59s."
"""
import os