File tree Expand file tree Collapse file tree 4 files changed +6
-14
lines changed
Expand file tree Collapse file tree 4 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -20,30 +20,22 @@ linters-settings:
2020linters :
2121 enable-all : true
2222 disable :
23- - deadcode
2423 - depguard
25- - exhaustivestruct
24+ - execinquery
2625 - exhaustruct
2726 - forbidigo
2827 - forcetypeassert
2928 - gci
3029 - gochecknoglobals
31- - golint
3230 - gomnd
33- - ifshort
34- - interfacer
3531 - ireturn
3632 - lll
37- - maligned
33+ - mnd
3834 - nonamedreturns
39- - nosnakecase
4035 - nolintlint # https://github.com/golangci/golangci-lint/issues/3063
4136 - paralleltest
42- - scopelint
43- - structcheck
4437 - tagliatelle
4538 - testpackage
46- - varcheck
4739 - varnamelen
4840 - wrapcheck
4941
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ MODULE_NAME=fontforge
33VENDOR_DIR = vendor
44
55PYTHON_VERSION ?= 3.11
6- GOLANGCI_LINT_VERSION ?= v1.55.2
6+ GOLANGCI_LINT_VERSION ?= v1.60.1
77
88GO ?= go
99GOLANGCI_LINT ?= $(shell go env GOPATH || true) /bin/golangci-lint-$(GOLANGCI_LINT_VERSION )
Original file line number Diff line number Diff line change 55toolchain go1.22.0
66
77require (
8- github.com/Masterminds/semver/v3 v3.2.1
8+ github.com/Masterminds/semver/v3 v3.3.0
99 go.nhat.io/python/v3 v3.11.1
1010)
1111
Original file line number Diff line number Diff line change 1- github.com/Masterminds/semver/v3 v3.2.1 h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0rYXWg0 =
2- github.com/Masterminds/semver/v3 v3.2.1 /go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ =
1+ github.com/Masterminds/semver/v3 v3.3.0 h1:B8LGeaivUe71a5qox1ICM/JLl0NqZSW5CHyL+hmvYS0 =
2+ github.com/Masterminds/semver/v3 v3.3.0 /go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM =
33github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
44github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
55github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
You can’t perform that action at this time.
0 commit comments