added .deepsource.toml file

This commit is contained in:
Shubhendra Singh Chauhan 2021-03-09 13:56:41 +05:30 committed by shubhendra
parent f7d687826e
commit abf9f11c35
No known key found for this signature in database
GPG Key ID: 9AFEF5C98D542137

10
.deepsource.toml Normal file
View File

@ -0,0 +1,10 @@
version = 1
test_patterns = ["**/*_test.go"]
[[analyzers]]
name = "go"
enabled = true
[analyzers.meta]
import_paths = ["github.com/go-gorm/gorm"]