File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1515 - name : lint
16161717 with :
18- version : v1.37 .0
18+ version : v1.39 .0
1919
2020 tests-on-unix :
2121 needs : golangci-lint # run after golangci-lint action to not produce duplicated errors
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ linters:
2828 - dogsled
2929 - errcheck
3030 - exhaustive
31+ - exportloopref
3132 - gochecknoinits
3233 - gocritic
3334 - gocyclo
@@ -39,12 +40,10 @@ linters:
3940 - gosimple
4041 - govet
4142 - ineffassign
42- - interfacer
4343 - misspell
4444 - nakedret
4545 - nolintlint
4646 - rowserrcheck
47- - scopelint
4847 - staticcheck
4948 - structcheck
5049 - stylecheck
Original file line number Diff line number Diff line change 11SOURCE_FILES? =./...
22PKG_NAME =mongodbatlas
3- GOLANGCI_VERSION =v1.37 .0
3+ GOLANGCI_VERSION =v1.39 .0
44COVERAGE =coverage.out
55
66export GO111MODULE := on
You can’t perform that action at this time.
0 commit comments