mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 03:26:45 +00:00
* 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"
|