github.com/undoio/delve@v1.9.0/.deepsource.toml (about)

     1  version = 1
     2  
     3  test_patterns = ["**/*_test.go"]
     4  
     5  exclude_patterns = ["vendor/**", "_fixtures/**", "_scripts/**"]
     6  
     7  [[analyzers]]
     8  name = "go"
     9  enabled = true
    10  
    11    [analyzers.meta]
    12    import_path = "github.com/undoio/delve"
    13    dependencies_vendored = true