2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00

Added comments to deepsource exlusions

This commit is contained in:
Matthias Mair
2023-10-18 21:55:34 +02:00
parent edc028961e
commit 825573383b

View File

@ -1,11 +1,11 @@
version = 1
exclude_patterns = [
"docs/docs/javascripts/**",
"docs/ci/**",
"InvenTree/InvenTree/static/**",
"ci/**",
"InvenTree/**/migrations/*.py",
"src/frontend/src/locales/**"
"docs/docs/javascripts/**", # Docs: Helpers
"docs/ci/**", # Docs: CI
"InvenTree/InvenTree/static/**", # Backend: CUI static files
"ci/**", # Backend: CI
"InvenTree/**/migrations/*.py", # Backend: Migration files
"src/frontend/src/locales/**" # Frontend: Translations
]
[[analyzers]]