From cd463128117adb6922dc7551b28611458420990e Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Fri, 12 May 2023 06:44:53 -0500 Subject: [PATCH] Re-enable orijtech/structslop linter Enable now that Go 1.20 compatibility issue has been resolved. refs atc0005/go-ci#962 --- .github/workflows/lint-using-optional-linters.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint-using-optional-linters.yml b/.github/workflows/lint-using-optional-linters.yml index 61a82fc..8097c36 100644 --- a/.github/workflows/lint-using-optional-linters.yml +++ b/.github/workflows/lint-using-optional-linters.yml @@ -41,12 +41,10 @@ jobs: # run: git config --global --add safe.directory "$GITHUB_WORKSPACE" run: git config --global --add safe.directory "${PWD}" - # DISABLED until https://github.com/atc0005/go-ci/issues/962 is resolved - # - # - name: Run orijtech/structslop - # run: | - # echo "structslop version $(go version -m $(which structslop) | awk '$1 == "mod" { print $3 }')" - # structslop ./... + - name: Run orijtech/structslop + run: | + echo "structslop version $(go version -m $(which structslop) | awk '$1 == "mod" { print $3 }')" + structslop ./... - name: Run orijtech/tickeryzer run: |