Skip to content

Commit

Permalink
Merge pull request #25 from mikesep/update-golangci-lint
Browse files Browse the repository at this point in the history
Update to golangci-lint 1.33
  • Loading branch information
mikesep committed Dec 9, 2020
2 parents 9fc10dd + 9e8a17f commit 4561a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.29
version: v1.33

prettier:
name: Prettier
Expand Down
1 change: 1 addition & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ linters:
- unused
disable:
- wsl
- paralleltest

linters-settings:
gocognit:
Expand Down

0 comments on commit 4561a2c

Please sign in to comment.