Skip to content

Commit

Permalink
pre-commit: exclude unported addons
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed May 18, 2022
1 parent 198e73e commit 6a49ead
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
exclude: |
(?x)
# NOT INSTALLABLE ADDONS
^account_analytic_invoice_note/|
^account_analytic_project_id/|
^account_auto_installer/|
^account_invoice_send_proforma/|
^analytic_code/|
^asynchronous_batch_mailings/|
^distribution_list/|
^easy_debug_backend/|
^easy_debug_frontend/|
^email_separator/|
^event_mass_mailing/|
^event_multiple_registration/|
^hr_contract_signature/|
^hr_contract_wage_type/|
^hr_holidays_usability/|
^hr_timesheet_cost_contract/|
^hr_timesheet_details_report/|
^hr_timesheet_no_closed_project_task/|
^hr_timesheet_previous_month_filter/|
^hr_timesheet_project_access_restriction/|
^hr_timesheet_sheet_invoice_approved/|
^hr_timesheet_sheet_usability/|
^hr_utilization/|
^html_widget_embedded_picture/|
^mail_html_widget_template/|
^mass_mailing_distribution_list/|
^multi_company_consolidation/|
^project_code/|
^readonly_bypass/|
^service_logger/|
^settings_improvement/|
# END NOT INSTALLABLE ADDONS
# Files and folders generated by bots, to avoid loops
^setup/|/static/description/index\.html$|
Expand Down

0 comments on commit 6a49ead

Please sign in to comment.