You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.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"