Improve config error message #923
Annotations
10 errors
lint:
main.go#L220
syntax error: unexpected newline in argument list; possibly missing comma or ) (typecheck)
|
lint:
main.go#L220
missing ',' before newline in argument list (typecheck)
|
lint:
main.go#L221
missing ',' before newline in argument list (typecheck)
|
lint:
main.go#L222
missing ',' before newline in argument list (typecheck)
|
lint:
main.go#L223
expected operand, found '}' (typecheck)
|
lint:
main.go#L226
missing ',' in argument list (typecheck)
|
lint:
main.go#L227
missing ',' before newline in composite literal (typecheck)
|
lint:
main.go#L228
expected operand, found 'return' (typecheck)
|
lint:
main.go#L234
missing ',' in composite literal (typecheck)
|
lint:
main.go#L253
missing ',' before newline in composite literal (typecheck)
|