File: .deepsource.toml

package info (click to toggle)
golang-github-dgraph-io-ristretto 0.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,160 kB
  • sloc: makefile: 3
file content (17 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version = 1

test_patterns = [
  '**/*_test.go'
]

exclude_patterns = [
  
]

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


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