Extend core public orphan filter
This commit is contained in:
@@ -570,7 +570,7 @@ function shouldHideOrphanFinding(finding, orphanFilters) {
|
||||
if (orphanFilters.systems && path.startsWith("systems/")) return true;
|
||||
if (
|
||||
orphanFilters.corePublic &&
|
||||
["canvas/", "cards/", "icons/", "sounds/", "toolclips/", "ui/"].some(prefix => path.startsWith(prefix))
|
||||
["canvas/", "cards/", "docs/", "icons/", "nue/", "sounds/", "toolclips/", "ui/"].some(prefix => path.startsWith(prefix))
|
||||
) return true;
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user