Skip to content

Fix golint issue for error starting with capital letter

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

What does this MR do?

Fix golint issue for error starting with capital letter

Why was this MR needed?

golint prints the following err: error strings should not be capitalized or end with punctuation or a newline in all of our code base.

Merge request reports