.deepsource.toml 189 B

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