Skip to content

Commit

Permalink
Disable structslop linter
Browse files Browse the repository at this point in the history
Disabling until Go 1.20 compatibility issue can be resolved.

refs atc0005/go-ci#962
  • Loading branch information
atc0005 committed Mar 22, 2023
1 parent 94678a0 commit cd9951e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/lint-using-optional-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ jobs:
# run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
run: git config --global --add safe.directory "${PWD}"

- name: Run orijtech/structslop
run: |
echo "structslop version $(go version -m $(which structslop) | awk '$1 == "mod" { print $3 }')"
structslop ./...
# 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/tickeryzer
run: |
Expand Down

0 comments on commit cd9951e

Please # to comment.