mirror of
https://github.com/kataras/iris.git
synced 2025-12-19 02:47:04 +00:00
add deepsource.toml
This commit is contained in:
16
.deepsource.toml
Normal file
16
.deepsource.toml
Normal 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"]
|
||||||
Reference in New Issue
Block a user