mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45:44 +00:00
Added comments to deepsource exlusions
This commit is contained in:
@ -1,11 +1,11 @@
|
|||||||
version = 1
|
version = 1
|
||||||
exclude_patterns = [
|
exclude_patterns = [
|
||||||
"docs/docs/javascripts/**",
|
"docs/docs/javascripts/**", # Docs: Helpers
|
||||||
"docs/ci/**",
|
"docs/ci/**", # Docs: CI
|
||||||
"InvenTree/InvenTree/static/**",
|
"InvenTree/InvenTree/static/**", # Backend: CUI static files
|
||||||
"ci/**",
|
"ci/**", # Backend: CI
|
||||||
"InvenTree/**/migrations/*.py",
|
"InvenTree/**/migrations/*.py", # Backend: Migration files
|
||||||
"src/frontend/src/locales/**"
|
"src/frontend/src/locales/**" # Frontend: Translations
|
||||||
]
|
]
|
||||||
|
|
||||||
[[analyzers]]
|
[[analyzers]]
|
||||||
|
Reference in New Issue
Block a user