mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
28 lines
410 B
TOML
28 lines
410 B
TOML
version = 1
|
|
exclude_patterns = [
|
|
"docs/docs/javascripts/**",
|
|
"docs/ci/**",
|
|
"InvenTree/InvenTree/static/**",
|
|
"ci/**",
|
|
"InvenTree/**/migrations/*.py",
|
|
"src/frontend/src/locales/**"
|
|
]
|
|
|
|
[[analyzers]]
|
|
name = "shell"
|
|
|
|
[[analyzers]]
|
|
name = "javascript"
|
|
|
|
[analyzers.meta]
|
|
plugins = ["react"]
|
|
|
|
[[analyzers]]
|
|
name = "python"
|
|
|
|
[analyzers.meta]
|
|
runtime_version = "3.x.x"
|
|
|
|
[[analyzers]]
|
|
name = "docker"
|