Closed skuzzle closed 5 years ago
Currently, the ImportMatcher class has multiple concerns:
ImportMatcher
BannedImportGroup
These concerns should be split up into multiple classes so that parsing and checking for banned imports become separate processes.
Change for 0.18.0
Currently, the
ImportMatcher
class has multiple concerns:BannedImportGroup
These concerns should be split up into multiple classes so that parsing and checking for banned imports become separate processes.