Update CI to use golangci-lint #2
Annotations
10 errors
lint:
goyaml.v2/decode_test.go#L1215
Error return value of `yaml.Unmarshal` is not checked (errcheck)
|
lint:
goyaml.v2/encode_test.go#L492
Error return value of `yaml.Marshal` is not checked (errcheck)
|
lint:
goyaml.v3/decode_test.go#L1607
Error return value of `yaml.Unmarshal` is not checked (errcheck)
|
lint:
goyaml.v3/encode_test.go#L568
Error return value of `yaml.Marshal` is not checked (errcheck)
|
lint:
goyaml.v3/apic.go#L97
func `yaml_parser_set_encoding` is unused (unused)
|
lint:
goyaml.v3/apic.go#L152
func `yaml_emitter_set_encoding` is unused (unused)
|
lint:
goyaml.v3/apic.go#L160
func `yaml_emitter_set_canonical` is unused (unused)
|
lint:
goyaml.v3/apic.go#L165
func `yaml_emitter_set_indent` is unused (unused)
|
lint:
goyaml.v3/apic.go#L173
func `yaml_emitter_set_width` is unused (unused)
|
lint:
goyaml.v3/apic.go#L186
func `yaml_emitter_set_break` is unused (unused)
|
Loading