.deepsource.toml 213 B

123456789101112131415161718
  1. version = 1
  2. test_patterns = [
  3. 'integration/testgc/**',
  4. '**/*_test.go'
  5. ]
  6. exclude_patterns = [
  7. ]
  8. [[analyzers]]
  9. name = 'go'
  10. enabled = true
  11. [analyzers.meta]
  12. import_path = 'github.com/dgraph-io/badger'