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