iris/.deepsource.toml
Shubhendra Singh Chauhan 8ab500bd6c fixed code quality issues using DeepSource
* Combine multiple `append`s into a single call

* Remove unnecessary use of slice

* Replace `strings.Index` with `strings.Contains`

* Added .deepsource.toml config file for DeepSource integration
2021-01-06 16:36:10 +05:30

18 lines
237 B
TOML

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