Skip to content

Commit

Permalink
Remove disabled errwrap linter call
Browse files Browse the repository at this point in the history
Linter was disabled 2024-11-19 per GH-218, removing entirely
since upstream report has received no traction.

refs GH-217
  • Loading branch information
atc0005 committed Jan 15, 2025
1 parent 7b658ea commit 9718a7c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/lint-using-optional-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,19 +140,6 @@ jobs:
go version -m $(which httperroryzer)
httperroryzer ./...
# 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:
#
# - linting suggestions do not seem to apply
Expand Down

0 comments on commit 9718a7c

Please sign in to comment.