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:
@ -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]]
|
||||
|
Reference in New Issue
Block a user