mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
add deepsource.toml
This commit is contained in:
parent
8fef8fd04c
commit
3e6fd79906
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"]
|
Loading…
Reference in New Issue
Block a user