Skip to content

Commit

Permalink
Exclude generated files from Deepsource analisys (#3241)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsource-autofix[bot] authored Feb 23, 2023
1 parent f560f7d commit 2b0a416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .deepsource.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version = 1
test_patterns = ["src/NHibernate.Test/**"]

exclude_patterns = [
"src/NHibernate/**/*.generated.cs",
"src/NHibernate/Async/**/*.cs",
"src/NHibernate.DomainModel/Async/**/*.cs",
"src/NHibernate.Test/Async/**/*.cs"
]

[[analyzers]]
name = "csharp"
enabled = true
name = "csharp"

0 comments on commit 2b0a416

Please sign in to comment.