danstis / go-nitrado

Go client library to interact with the nitrado.net API.
MIT License
2 stars 1 forks source link

(SCC-ST1005) Incorrectly formatted error string #42

Closed danstis closed 3 years ago

danstis commented 3 years ago

Description

Error strings follow a set of guidelines to ensure uniformity and good composability. Quoting Go Code Review Comments: ``` Error strings should not be capitalized (unless beginning with proper nouns or acronyms) or end with punctuation, since they are usually printed following other context. That is, use fmt.Errorf("something bad") not …

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/danstis/go-nitrado/issue/SCC-ST1005/occurrences/