Skip to content

Commit

Permalink
Exclude the Csharp test directories (#546)
Browse files Browse the repository at this point in the history
* Exclude the Csharp test directories

* Update the csharp exclusion rule
  • Loading branch information
dbMundada authored Nov 4, 2024
1 parent cf209ed commit 54efb7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/exclusions/csharp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
exclusions:
- id: Exclusions.Test
name: Exclude test source code
patterns:
- "(.*(?i)(Tests|UnitTest(s)?)/.*)|/.*Test(s)?[.]cs$"

0 comments on commit 54efb7f

Please sign in to comment.