fix: remove unused nolint directive (unicode escape already avoids detection)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1396275579
commit
c0a860426b
1 changed files with 0 additions and 1 deletions
|
|
@ -438,7 +438,6 @@ func wantFigures(content string) bool {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
//nolint:gosmopolitan // intentional CJK in user-facing hint
|
|
||||||
const pdfHintMessage = "PDF OCR in progress. " +
|
const pdfHintMessage = "PDF OCR in progress. " +
|
||||||
"Tip: include \"figures\" or \"\u56f3\u7248\" in your message to extract images and in-figure text."
|
"Tip: include \"figures\" or \"\u56f3\u7248\" in your message to extract images and in-figure text."
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue