Skip to content

Commit 850b5f3

Browse files
Configure DeepSource (#569)
+semver:patch
1 parent d8c2e3a commit 850b5f3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.deepsource.toml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version = 1
2+
3+
test_patterns = [
4+
"src/FluentNHibernate.Testing/**",
5+
"src/FluentNHibernate.Specs/**",
6+
"src/FluentNHibernate.Specs.ExternalFixtures/**"
7+
]
8+
9+
[[analyzers]]
10+
name = "csharp"
11+
enabled = true

0 commit comments

Comments
 (0)