Skip to content

Commit

Permalink
chore: upgrade lint to v1.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
savsgio committed Sep 14, 2022
1 parent ed0e701 commit 9270dab
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v2
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
with:
version: v1.43.0
version: v1.49.0
15 changes: 15 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,19 @@ linters:
- exhaustivestruct
- paralleltest
- nolintlint
- cyclop
- varnamelen
- ireturn
- nonamedreturns
- exhaustruct

# Deprecated
- maligned
- scopelint
- golint
- interfacer
- structcheck
- varcheck
- nosnakecase
- ifshort
- deadcode

0 comments on commit 9270dab

Please # to comment.