Skip to content

Commit

Permalink
Create .deepsource.toml (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolftax authored and martinmr committed Oct 1, 2019
1 parent f313f0c commit b20e8b6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version = 1

test_patterns = [
'integration/testgc/**',
'**/*_test.go'
]

exclude_patterns = [

]

[[analyzers]]
name = 'go'
enabled = true


[analyzers.meta]
import_path = 'github.com/dgraph-io/badger'

0 comments on commit b20e8b6

Please sign in to comment.