mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-02 06:22:42 -08:00
fix: address latest claude review findings
This commit is contained in:
@@ -81,6 +81,7 @@ function isExcludedByTagSet(
|
||||
if (parts.length === 0) {
|
||||
return false;
|
||||
}
|
||||
// Composite tags like "助詞|名詞" stay eligible unless every component is excluded.
|
||||
return parts.every((part) => exclusions.has(part));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user