Skip to content

Commit

Permalink
chore(ci): upgrade golangci-lint to v1.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio VS committed May 10, 2022
1 parent 8687510 commit eb04099
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
- uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v2
with:
version: v1.45.2
version: v1.46.0
9 changes: 9 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,12 @@ linters:
- cyclop
- varnamelen
- ireturn
- nonamedreturns
- exhaustruct

# Deprecated
- maligned
- scopelint
- golint
- interfacer

0 comments on commit eb04099

Please sign in to comment.