feat(deps): bump github.com/yuin/goldmark from 1.7.4 to 1.7.8 #239
Annotations
8 errors
golangci-lint:
email.go#L201
Error return value of `f.Close` is not checked (errcheck)
|
golangci-lint:
main.go#L76
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
model.go#L224
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
model.go#L92
SA1019: labelStyle.Copy is deprecated: to copy just use assignment (i.e. a := b). All methods also return a new style. (staticcheck)
|
golangci-lint:
model.go#L101
SA1019: labelStyle.Copy is deprecated: to copy just use assignment (i.e. a := b). All methods also return a new style. (staticcheck)
|
golangci-lint:
model.go#L110
SA1019: labelStyle.Copy is deprecated: to copy just use assignment (i.e. a := b). All methods also return a new style. (staticcheck)
|
golangci-lint:
model.go#L119
SA1019: labelStyle.Copy is deprecated: to copy just use assignment (i.e. a := b). All methods also return a new style. (staticcheck)
|
golangci-lint:
model.go#L128
SA1019: labelStyle.Copy is deprecated: to copy just use assignment (i.e. a := b). All methods also return a new style. (staticcheck)
|
Loading