Skip to content

Commit

Permalink
Exclude the deprecated PEM functions from CI lints (#125)
Browse files Browse the repository at this point in the history
The lints from #124 will always cause CI to fail. Ignore them for now.
  • Loading branch information
jdtw authored Nov 17, 2021
1 parent 14f1e5d commit b8e7bd9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ jobs:

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v2

with:
# Exclude deprecated PEM functions from the linter until
# https://github.com/square/certstrap/issues/124 is resolved
args: --exclude '(De|En)cryptPEMBlock'

0 comments on commit b8e7bd9

Please sign in to comment.