fix: remove unused nolint directive (CJK already escaped)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c7648ee11f
commit
3dcf04bd07
1 changed files with 0 additions and 1 deletions
|
|
@ -178,7 +178,6 @@ func TestProcessPDFs_NilOCR(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//nolint:gosmopolitan // intentional CJK test data for Japanese reading order detection
|
|
||||||
func TestDetectReadingOrder(t *testing.T) {
|
func TestDetectReadingOrder(t *testing.T) {
|
||||||
tests := []struct {
|
tests := []struct {
|
||||||
content string
|
content string
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue