2025-01-29 11:47:01 +00:00
|
|
|
version = 1
|
|
|
|
|
2025-01-29 16:31:57 +00:00
|
|
|
test_patterns = ["**/*.spec.ts","**/*_test.py","**/*_tests.py","**/test_*.py"]
|
2025-01-29 11:47:01 +00:00
|
|
|
|
|
|
|
exclude_patterns = ["classic/**"]
|
|
|
|
|
|
|
|
[[analyzers]]
|
|
|
|
name = "javascript"
|
|
|
|
|
|
|
|
[analyzers.meta]
|
|
|
|
plugins = ["react"]
|
|
|
|
environment = ["nodejs"]
|
|
|
|
|
|
|
|
[[analyzers]]
|
|
|
|
name = "python"
|
|
|
|
|
|
|
|
[analyzers.meta]
|
|
|
|
runtime_version = "3.x.x"
|