Current Behavior
It is almost always the case that words in error messages are capitalized for good cause.
Desired Behavior
The Golang lint staticcheck ST1005 (lowercase error strings) causes errant toil and should be globally and permanently ignored (disabled).
Example of Unwanted Behavior
https://github.com/meshery/meshkit/pull/902/changes#diff-2fcd5eaecdd0c4cfe739d7456a0aff401a1217c5058b961f1e184dcf9b840f51R253
Current Behavior
It is almost always the case that words in error messages are capitalized for good cause.
Desired Behavior
The Golang lint staticcheck ST1005 (lowercase error strings) causes errant toil and should be globally and permanently ignored (disabled).
Example of Unwanted Behavior
https://github.com/meshery/meshkit/pull/902/changes#diff-2fcd5eaecdd0c4cfe739d7456a0aff401a1217c5058b961f1e184dcf9b840f51R253
Contributor Guides and Handbook