mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
40ff0e1060
* Added deepsource for SAST testing and more Closes https://github.com/inventree/org/issues/41 * Add deepsource badges to Readme
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"
|