您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.deepsource.toml 151B

123456789101112
  1. version = 1
  2. test_patterns = [
  3. "*_test.go"
  4. ]
  5. [[analyzers]]
  6. name = "go"
  7. enabled = true
  8. [analyzers.meta]
  9. import_path = "github.com/imdario/mergo"