mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 02:31:04 +01:00
8ab500bd6c
* 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
18 lines
237 B
TOML
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"]
|
|
|