Skip to content
Snippets Groups Projects
Verified Commit da387986 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixes #171

parent f1f32078
No related branches found
No related tags found
No related merge requests found
......@@ -189,8 +189,7 @@ class IgnoreListManager constructor(
),
ExpressionMatch(
scopeRule,
if (isRegEx) ExpressionMatch.MatchMode.MatchRegEx
else ExpressionMatch.MatchMode.MatchMultiWildcard,
ExpressionMatch.MatchMode.MatchMultiWildcard,
true
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment