Skip to content

Commit

Permalink
Add comment with issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtw committed Nov 17, 2021
1 parent 4fa2b75 commit 802db61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@ jobs:

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

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

0 comments on commit 802db61

Please sign in to comment.