Skip to content

Commit

Permalink
[bugtraq] Fix issue where C#6 is seen as issue-id
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmairegger committed Jan 20, 2016
1 parent 60400eb commit 268d1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitbugtraq
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bugtraq "issues"]
url = https://github.com/MahApps/MahApps.Metro/issues/%BUGID%
logfilterregex = "((#\\d+)+)"
logfilterregex = "([^C](#\\d+)+)"
logregex = \\d+

[bugtraq "users"]
Expand Down

0 comments on commit 268d1b1

Please sign in to comment.