From 1a5778b4ab4037b4dd59dd985bafd7822d409ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BC=B2=EF=BC=A1=EF=BC=B0=EF=BC=B4=EF=BC=AF=EF=BC=B2?= =?UTF-8?q?=EF=BC=A9=EF=BC=AF=EF=BC=B5=EF=BC=B3?= Date: Mon, 31 Mar 2025 14:18:02 +0200 Subject: [PATCH 1/2] Update summary.md HINT EXTENDED --- packages/hint/docs/user-guide/configuring-webhint/summary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hint/docs/user-guide/configuring-webhint/summary.md b/packages/hint/docs/user-guide/configuring-webhint/summary.md index 14e0f4af21b..9b02a0406a4 100644 --- a/packages/hint/docs/user-guide/configuring-webhint/summary.md +++ b/packages/hint/docs/user-guide/configuring-webhint/summary.md @@ -1,5 +1,5 @@ # Configure webhint in your project - +EARTHINT REARTHEDEN REARTH BEHINTECHENCE ENHENCED PROTOTAL EA CHALLENGE EVERYTHINTING: IF IT EXISTS, ITS LOCAL: THEREARTHEDENINTERNATIONAL TREEONAROW /// HTTPSIN WHEREWHEREHERE `webhint` enables you to specify the following options for a report. * The `severity` of each hint. From c11b43c02f693b98a9c18ba8cb54e3bb13360430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BC=B2=EF=BC=A1=EF=BC=B0=EF=BC=B4=EF=BC=AF=EF=BC=B2?= =?UTF-8?q?=EF=BC=A9=EF=BC=AF=EF=BC=B5=EF=BC=B3?= Date: Sun, 6 Apr 2025 17:39:32 +0200 Subject: [PATCH 2/2] Update summary.md hint added --- .../user-guide/configuring-webhint/summary.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/packages/hint/docs/user-guide/configuring-webhint/summary.md b/packages/hint/docs/user-guide/configuring-webhint/summary.md index 9b02a0406a4..44f06626084 100644 --- a/packages/hint/docs/user-guide/configuring-webhint/summary.md +++ b/packages/hint/docs/user-guide/configuring-webhint/summary.md @@ -149,3 +149,43 @@ directly to a `.hintrc` file. [UserGuideConfiguringWebhintUsingRelativeResources]: ./using-relative-resources.md "Using relative resources | webhint" [UserGuideConfiguringWebhintWebsiteAuthentication]: ./website-authentication.md "Website authentication | webhint" [UserGuideConceptsHintsHintConfiguration]: ../concepts/hints.md#hint-configuration "Hint configuration - Hints | webhint" + + go-version-file: go.mod + + + + + + + + + + + + + + + # It is tempting to run this in a platform independent way, but the past + # shows this codebase will see introductions of platform specific code + # generation, and so we need to check this per platform to ensure we + # don't abuse go generate on specific platforms. + - name: check that 'go generate' is clean + if: always() + run: | + go generate ./... + git diff --name-only --exit-code || (echo "Please run 'go generate ./...'." && exit 1) + + - name: go test nanobrowser + if: always() + run: go test -count=1 -benchtime=1x ./... + + # TODO(bmizerany): replace this heavy tool with just the + # tools/checks/binaries we want and then make them all run in parallel + # across jobs, not on a single tiny vm on Github Actions. + - uses: golangci/golangci-lint-action@v6 + with: + args: --timeout 10m0s -v + + - name: cache save + # Always save the cache, even if the job fails. The artifacts produced + # during the building of test binaries are not all for naught. They can