From b4eb4297b99201ef0ff0f5eb887afac0b690c6a8 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Tue, 19 Nov 2024 17:06:32 -0600 Subject: [PATCH] Disable "optional" errwrap linter Disable until I receive feedback from linter author as the current release is giving unreliable results. refs GH-217 --- .../workflows/lint-using-optional-linters.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint-using-optional-linters.yml b/.github/workflows/lint-using-optional-linters.yml index f43ccb4..f1fc051 100644 --- a/.github/workflows/lint-using-optional-linters.yml +++ b/.github/workflows/lint-using-optional-linters.yml @@ -140,11 +140,18 @@ jobs: go version -m $(which httperroryzer) httperroryzer ./... - - name: Run fatih/errwrap - run: | - #echo "errwrap version $(go version -m $(which errwrap) | awk '$1 == "mod" { print $3 }')" - go version -m $(which errwrap) - errwrap ./... + # DISABLED until reported issues are resolved + # + # See also: + # + # - https://github.com/atc0005/shared-project-resources/issues/217 + # - https://github.com/fatih/errwrap/issues/21 + # + # - name: Run fatih/errwrap + # run: | + # #echo "errwrap version $(go version -m $(which errwrap) | awk '$1 == "mod" { print $3 }')" + # go version -m $(which errwrap) + # errwrap ./... # DISABLED until further review: #