blob: 99390af2bc647005b2cc2fd2b082d9249af8792d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
internal/gui/app.go:529:2: QF1003: could use tagged switch on translationDirection (staticcheck)
if translationDirection == "en-to-bg" {
^
internal/gui/app.go:2730:14: S1025: the argument is already a string, there's no need to use fmt.Sprintf (staticcheck)
Content: fmt.Sprintf(`%s`, word),
^
internal/image/openai.go:211:17: S1039: unnecessary use of fmt.Sprintf (staticcheck)
attribution := fmt.Sprintf("Image generated by OpenAI DALL-E\n\n")
^
internal/phonetic/fetcher.go:46:14: S1025: the argument is already a string, there's no need to use fmt.Sprintf (staticcheck)
Content: fmt.Sprintf(`%s`, word),
^
4 issues:
* staticcheck: 4
|