Skip to content

Commit

Permalink
Exlude composer-unused-plugin from being reported as unused
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Frömer <andreas.froemer@check24.de>
  • Loading branch information
Andreas Frömer authored and icanhazstring committed Jan 5, 2022
1 parent 958e188 commit f1251cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Filter/FilterCollection.php
Expand Up @@ -19,7 +19,8 @@ final class FilterCollection implements IteratorAggregate, Countable
* Value => always "used"
*/
private const GLOBAL_NAMED_EXCLUSION = [
'composer-plugin-api' => true
'composer-plugin-api' => true,
'composer-unused/composer-unused-plugin' => true
];

/**
Expand Down

0 comments on commit f1251cf

Please sign in to comment.