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( ...@@ -189,8 +189,7 @@ class IgnoreListManager constructor(
), ),
ExpressionMatch( ExpressionMatch(
scopeRule, scopeRule,
if (isRegEx) ExpressionMatch.MatchMode.MatchRegEx ExpressionMatch.MatchMode.MatchMultiWildcard,
else ExpressionMatch.MatchMode.MatchMultiWildcard,
true true
) )
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment