mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
27 lines
377 B
TOML
27 lines
377 B
TOML
|
version = 1
|
||
|
exclude_patterns = [
|
||
|
"docs/docs/javascripts/**",
|
||
|
"docs/ci/**",
|
||
|
"InvenTree/InvenTree/static/**",
|
||
|
"ci/**",
|
||
|
"InvenTree/**/migrations/*.py"
|
||
|
]
|
||
|
|
||
|
[[analyzers]]
|
||
|
name = "shell"
|
||
|
|
||
|
[[analyzers]]
|
||
|
name = "javascript"
|
||
|
|
||
|
[analyzers.meta]
|
||
|
plugins = ["react"]
|
||
|
|
||
|
[[analyzers]]
|
||
|
name = "python"
|
||
|
|
||
|
[analyzers.meta]
|
||
|
runtime_version = "3.x.x"
|
||
|
|
||
|
[[analyzers]]
|
||
|
name = "docker"
|