Skip to content

Fix golint issues for err msgs

Steve Xuereb requested to merge fix-golint-issues into master

What does this MR do?

Fix golint issues for err msgs

Why was this MR needed?

error strings should not be capitalized or end with punctuation or a newline (golint) b292d9d0

Merge request reports