Skip to content

Commit

Permalink
Simplify xunit regex
Browse files Browse the repository at this point in the history
  • Loading branch information
asimmon committed Sep 23, 2024
1 parent 38c618d commit 35a1b4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@
"/^Microsoft\\./i",
"/^System\\./i",
"coverlet.collector",
"xunit",
"/^xunit\\./i",
"/^xunit(\\.|$)/i",
"/^MongoDB\\./i"
]
},
Expand Down

0 comments on commit 35a1b4d

Please sign in to comment.