add deepsource.toml

This commit is contained in:
Gerasimos (Makis) Maropoulos 2020-12-27 18:51:06 +02:00
parent 8fef8fd04c
commit 3e6fd79906
No known key found for this signature in database
GPG Key ID: 5DBE766BD26A54E7

16
.deepsource.toml Normal file
View File

@ -0,0 +1,16 @@
version = 1
test_patterns = ["*_test.go"]
exclude_patterns = [
"_examples/**",
"_benchmarks/**",
".github/**"
]
[[analyzers]]
name = "go"
enabled = true
[analyzers.meta]
import_paths = ["github.com/kataras/iris"]