mirror of
https://github.com/kataras/iris.git
synced 2025-01-22 18:21:03 +01:00
17 lines
240 B
TOML
17 lines
240 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/v12"]
|