From 9ed92e123156fc8d45c99528e8660098ed45b6d2 Mon Sep 17 00:00:00 2001 From: clawbot Date: Fri, 4 Sep 2026 10:31:40 +0000 Subject: [PATCH] Format the lint-once resolver changes Reflow the heredoc RUN fixture array in the BuildKit heredoc test to satisfy prettier --check, which rejected the single-line form. No behavioural change to the tests or the resolver. --- test/packaging/lint-once.test.ts | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/test/packaging/lint-once.test.ts b/test/packaging/lint-once.test.ts index e90c67b..b7b4af2 100644 --- a/test/packaging/lint-once.test.ts +++ b/test/packaging/lint-once.test.ts @@ -646,9 +646,13 @@ describe("the resolver reads what the shell would run", () => { it("reads the body of a BuildKit heredoc RUN step", () => { expect( dockerRunCommands( - ["FROM scratch", "RUN <