Currently saving the config includes the complete list of regex patterns
This probably isn't too good, as most of the time people a) wont change them, or b) won't remove that option and this wont pick up improvements to the default patterns
Instead the default patterns should be moved out of the config, and instead:
- New option to add custom patterns.
- Need a way to control if these patterns are checked before or after the built-in patterns
- Need a way to control if the custom patterns completely replace the built-in ones or not (e.g someone might only want to match a very strict set of patterns)
Should use v4.0 to deprecate the filename_patterns option - keep respecting it for now, but emit warning that this option will be removed soon
Currently saving the config includes the complete list of regex patterns
This probably isn't too good, as most of the time people a) wont change them, or b) won't remove that option and this wont pick up improvements to the default patterns
Instead the default patterns should be moved out of the config, and instead:
Should use v4.0 to deprecate the
filename_patternsoption - keep respecting it for now, but emit warning that this option will be removed soon