Migrate go yaml #183
Annotations
10 errors
internal/yaml/parser.go#L154
commentFormatting: put a space between `//` and comment text (gocritic)
|
internal/yaml/parser_test.go#L170
commentFormatting: put a space between `//` and comment text (gocritic)
|
internal/yaml/parser_test.go#L201
commentFormatting: put a space between `//` and comment text (gocritic)
|
internal/yaml/parser.go#L166
Comment should end in a period (godot)
|
internal/yaml/parser_test.go#L122
Comment should end in a period (godot)
|
internal/yaml/parser.go#L204
G601: Implicit memory aliasing in for loop. (gosec)
|
internal/yaml/parser.go#L11
exported: exported const BoolTag should have comment or be unexported (revive)
|
internal/yaml/parser.go#L139
exported: exported function RemoveAllLineEndSpaces should have comment or be unexported (revive)
|
internal/yaml/parser.go#L135
func `removeLeftLF` is unused (unused)
|
internal/yaml/parser_test.go#L14
const `emptyYaml` is unused (unused)
|
This job failed
Loading