Skip to content

Commit

Permalink
chore: update linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jan 26, 2022
1 parent d053020 commit 1b48d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
env:
GO_VERSION: 1.17
GOLANGCI_LINT_VERSION: v1.43.0
GOLANGCI_LINT_VERSION: v1.44.0
CGO_ENABLED: 0

steps:
Expand Down
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ linters-settings:
- fieldalignment
gocyclo:
min-complexity: 15
maligned:
suggest-new: true
goconst:
min-len: 5
min-occurrences: 3
Expand Down Expand Up @@ -72,6 +70,7 @@ linters:
- forcetypeassert
- varnamelen
- nilnil
- errchkjson

issues:
exclude-use-default: false
Expand Down

0 comments on commit 1b48d20

Please sign in to comment.