Skip to content

Commit

Permalink
Re-enable orijtech/structslop linter
Browse files Browse the repository at this point in the history
Enable now that Go 1.20 compatibility issue has been resolved.

refs atc0005/go-ci#962
  • Loading branch information
atc0005 committed May 12, 2023
1 parent 8ee4c48 commit cd46312
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/lint-using-optional-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit cd46312

Please # to comment.