Throw config validation error if combining * with other values in a matchRegexOrGlobList field #28554
Labels
core:config
Related to config capabilities and presets
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
type:feature
Feature (new functionality)
Describe the proposed change(s).
Using
matchRepositories
as an example, we should throw a config validation error if the user configures*
or**
patterns with any other value.e.g. these are all not ok:
We should keep a list of config options/fields which support matchRegexOrGlob - it will increase over time. I think so far it's
allowedHeaders
,allowedEnvVars
,autodiscoverProjects
andmatchRepositories
.The text was updated successfully, but these errors were encountered: