Added comments to deepsource exlusions

This commit is contained in:
Matthias Mair 2023-10-18 21:55:34 +02:00
parent edc028961e
commit 825573383b
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 6 additions and 6 deletions

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]]