Skip to content

Commit

Permalink
Tweak matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Apr 20, 2024
1 parent e73eb88 commit f48a5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/detekt/matcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"owner": "detekt",
"pattern": [
{
"regexp": "^\\/home\\/runner\\/work\\/apiary-mobile\\/apiary-mobile([\\/a-zA-Z-\\\\.]+):(\\d+):\\s+([a-zA-Z]+):\\s+(.+)$",
"regexp": "^\\/home\\/runner\\/work\\/apiary-mobile\\/apiary-mobile\\/([\\/a-zA-Z-\\\\.]+):(\\d+):\\s+([a-zA-Z]+):\\s+(.+)$",
"file": 1,
"line": 2,
"severity": 3,
Expand Down

0 comments on commit f48a5c8

Please sign in to comment.