add: kpp code #35
Annotations
5 errors
build:
validate_test.go#L18
Error return value is not checked (errcheck)
|
build:
parser/fns/main.go#L48
commentFormatting: put a space between `//` and comment text (gocritic)
|
build:
utils/helpers.go#L68
assignOp: replace `code = code / 10` with `code /= 10` (gocritic)
|
build:
parser/fns/main.go#L35
printf: `fmt.Println` arg list ends with redundant newline (govet)
|
build
issues found
|