Skip to content

Commit b20e8b6

Browse files
dolftaxmartinmr
authored andcommitted
Create .deepsource.toml (dgraph-io#1060)
1 parent f313f0c commit b20e8b6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.deepsource.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version = 1
2+
3+
test_patterns = [
4+
'integration/testgc/**',
5+
'**/*_test.go'
6+
]
7+
8+
exclude_patterns = [
9+
10+
]
11+
12+
[[analyzers]]
13+
name = 'go'
14+
enabled = true
15+
16+
17+
[analyzers.meta]
18+
import_path = 'github.com/dgraph-io/badger'

0 commit comments

Comments
 (0)