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:
dj-oyu 2026-03-20 02:23:50 +09:00
parent 1396275579
commit c0a860426b

View file

@ -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."