We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c2e3a commit 850b5f3Copy full SHA for 850b5f3
.deepsource.toml
@@ -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