Skip to content

Validate only and except regexp

Kamil Trzciński requested to merge validate-only-except-regexp into master

What does this MR do?

Adds a better validation for only and except which can contain regexps.

Why was this MR needed?

Currently the RegexpError can be raised when processing next stage which leads to 500 in different places of code base. This adds early check that regexps used in only and except are valid.

cc @grzesiek

Merge request reports