From d3b8c370e17b32894276fcbe4b7e9ef9d5f0463c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Mon, 30 Mar 2026 11:53:30 +0200 Subject: [PATCH] Update docs/tooling/cli/03-commands.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Fredrik Adelöw --- docs/tooling/cli/03-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tooling/cli/03-commands.md b/docs/tooling/cli/03-commands.md index 965b23c6bb..55b5f495e9 100644 --- a/docs/tooling/cli/03-commands.md +++ b/docs/tooling/cli/03-commands.md @@ -122,7 +122,7 @@ Lint all packages in the project Options: --format Lint report output format (default: "eslint-formatter-friendly") --since Only lint packages that changed since the specified ref - --success-cache Enable success caching, which skips running tests for unchanged packages that were successful in the previous run + --success-cache Enable success caching, which skips running lint for unchanged packages that were successful in the previous run --success-cache-dir Set the success cache location, (default: node_modules/.cache/backstage-cli) --fix Attempt to automatically fix violations ```