We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d053020 commit 1b48d20Copy full SHA for 1b48d20
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
env:
17
GO_VERSION: 1.17
18
- GOLANGCI_LINT_VERSION: v1.43.0
+ GOLANGCI_LINT_VERSION: v1.44.0
19
CGO_ENABLED: 0
20
21
steps:
.golangci.yml
@@ -10,8 +10,6 @@ linters-settings:
10
- fieldalignment
11
gocyclo:
12
min-complexity: 15
13
- maligned:
14
- suggest-new: true
goconst:
min-len: 5
min-occurrences: 3
@@ -72,6 +70,7 @@ linters:
72
70
- forcetypeassert
73
71
- varnamelen
74
- nilnil
+ - errchkjson
75
76
issues:
77
exclude-use-default: false
0 commit comments