Open
Description
It might be interesting to allow users to define level mapping based on some form of regex matching.
For example, given a regex that matches a Console/Commands
directory, we want to apply at most MINOR
levels as we are not expecting users to be inheriting from these commands.
Issue:
- Multiple regexes may match a file, in which case, which regex/set of mappings should be used?