Skip to content

Commit

Permalink
Update linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim committed Jul 26, 2020
1 parent 2d2bebe commit 2a41abb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
with:
fetch-depth: 20
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
with:
version: v1.27
args: "-v --new-from-rev HEAD~1"
version: v1.29
args: "-v --new-from-rev HEAD~5"
test-build-upload:
strategy:
matrix:
Expand Down
4 changes: 3 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ linters:
- goerr113
- testpackage
- godot

- interfacer
- goheader
- noctx

# rules to deal with reported isues
issues:
Expand Down

0 comments on commit 2a41abb

Please sign in to comment.