Update CI to use golangci-lint #4
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.v2/apic.go#L75
func `yaml_parser_set_encoding` is unused (unused)
|
lint:
goyaml.v2/apic.go#L134
func `yaml_emitter_set_encoding` is unused (unused)
|
lint:
goyaml.v2/apic.go#L142
func `yaml_emitter_set_canonical` is unused (unused)
|
lint:
goyaml.v2/apic.go#L147
func `yaml_emitter_set_indent` is unused (unused)
|
lint:
goyaml.v2/apic.go#L155
func `yaml_emitter_set_width` is unused (unused)
|
lint:
goyaml.v2/apic.go#L168
func `yaml_emitter_set_break` is unused (unused)
|
Loading