diff options
Diffstat (limited to 'vendor/github.com/imdario/mergo/.deepsource.toml')
-rw-r--r-- | vendor/github.com/imdario/mergo/.deepsource.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/github.com/imdario/mergo/.deepsource.toml b/vendor/github.com/imdario/mergo/.deepsource.toml new file mode 100644 index 000000000..8a0681af8 --- /dev/null +++ b/vendor/github.com/imdario/mergo/.deepsource.toml @@ -0,0 +1,12 @@ +version = 1 + +test_patterns = [ + "*_test.go" +] + +[[analyzers]] +name = "go" +enabled = true + + [analyzers.meta] + import_path = "github.com/imdario/mergo"
\ No newline at end of file |