Skip to content

Commit

Permalink
Merge branch 'master' into jwood/rm-travis
Browse files Browse the repository at this point in the history
* master:
  Exclude the deprecated PEM functions from CI lints (#125)
  • Loading branch information
jdtw committed Nov 17, 2021
2 parents 9be03e1 + b8e7bd9 commit e1160e4
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 e1160e4

Please sign in to comment.