vastec / ember-unused-components

Search for unused components in your Ember project
51 stars 12 forks source link

Fixed ignored files not being ignored #190

Closed GideonSwaak closed 5 months ago

GideonSwaak commented 5 months ago

The _isIgnored function wasn't being called with the right arguments, which caused the files in config.ignore to not be ignored at all.