File: _eslintignore

package info (click to toggle)
odoo 18.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 878,716 kB
  • sloc: javascript: 927,937; python: 685,670; xml: 388,524; sh: 1,033; sql: 415; makefile: 26
file content (328 lines) | stat: -rw-r--r-- 7,616 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
# Ignore everything
*

# Whitelist web and board
!addons
addons/*
!addons/web
!addons/web/**/*
!addons/board
!addons/board/**/*

# Whitelist web_enterprise
!web_enterprise
!web_enterprise/**/*

# Whitelist web_studio
!web_studio
!web_studio/**/*

# BlackList libs
addons/web/static/lib/**/*

# Whitelist Hoot (but not its libs)
!addons/web/static/lib/hoot
!addons/web/static/lib/hoot/**/*
addons/web/static/lib/hoot/lib/**/*

# Ignore everything in web legacy but the top level (adapters)
addons/web/static/src/legacy/**/*
!addons/web/static/src/legacy
!addons/web/static/src/legacy/*.js

# Ignore everything in web_enterprise legacy but the top level (adapters)
web_enterprise/static/src/legacy/**/*
!web_enterprise/static/src/legacy
!web_enterprise/static/src/legacy/*.js

# Ignore everything in web_studio legacy but the top level (adapters)
web_studio/static/src/legacy/**/*
!web_studio/static/src/legacy
!web_studio/static/src/legacy/*.js

# Ignore all legacy related tests
addons/web/static/tests/**/legacy/*
web_enterprise/static/tests/**/legacy/*
web_studio/static/tests/**/legacy/*

# base_import
# whitelist new code
!addons/base_import
!addons/base_import/**/*
# blacklist legacy
addons/base_import/static/src/legacy/**/*

# web_cohort
# whitelist new code
!web_cohort
!web_cohort/**/*

# blacklist legacy
web_cohort/static/src/legacy/**/*
web_cohort/static/tests/legacy/**/*

# web_gantt
# whitelist new code
!web_gantt
!web_gantt/**/*

# blacklist legacy
web_gantt/static/src/legacy/**/*
web_gantt/static/tests/legacy/**/*

# Whitelist html_editor
!addons/html_editor
!addons/html_editor/**/*

# planning
# whitelist new code
!planning
!planning/static
!planning/static/src
!planning/static/src/*.js
!planning/static/tests
!planning/static/tests/planning_gantt_tests.js

# project_enterprise
# whitelist new code
!project_enterprise
!project_enterprise/static
!project_enterprise/static/src
!project_enterprise/static/src/*.js
!project_enterprise/static/tests
!project_enterprise/static/tests/*.js

# web_map
# whitelist new code
!web_map
!web_map/**/*

# blacklist legacy
web_map/static/src/legacy/**/*
web_map/static/tests/legacy/**/*

# whitelist web_tour
!addons/web_tour
!addons/web_tour/**/*

# whitelist base_setup
!addons/base_setup
!addons/base_setup/**/*

# whitelist purchase setup
!addons/purchase
!addons/purchase/**/*

# Whitelist documents_spreadsheet
!documents_spreadsheet
!documents_spreadsheet/**/*

# Whitelist spreadsheet
!addons/spreadsheet
!addons/spreadsheet/**/*

# blacklist o-spreadsheet lib
addons/spreadsheet/static/src/o_spreadsheet/o_spreadsheet.js

# Whitelist spreadsheet_edition
!spreadsheet_edition
!spreadsheet_edition/**/*

# Whitelist spreadsheet_account
!addons/spreadsheet_account
!addons/spreadsheet_account/**/*

# Whitelist spreadsheet_dashboard
!addons/spreadsheet_dashboard
!addons/spreadsheet_dashboard/**/*

# Whitelist spreadsheet_dashboard_account
!addons/spreadsheet_dashboard_account
!addons/spreadsheet_dashboard_account/**/*

# Whitelist spreadsheet_dashboard_hr_expense
!addons/spreadsheet_dashboard_hr_expense
!addons/spreadsheet_dashboard_hr_expense/**/*

# Whitelist spreadsheet_dashboard_pos_hr
!addons/spreadsheet_dashboard_pos_hr
!addons/spreadsheet_dashboard_pos_hr/**/*

# Whitelist spreadsheet_dashboard_sale
!addons/spreadsheet_dashboard_sale
!addons/spreadsheet_dashboard_sale/**/*

# Whitelist spreadsheet_dashboard_event_sale
!addons/spreadsheet_dashboard_event_sale
!addons/spreadsheet_dashboard_event_sale/**/*

# Whitelist spreadsheet_dashboard_hr_contract
!spreadsheet_dashboard_hr_contract
!spreadsheet_dashboard_hr_contract/**/*

# Whitelist spreadsheet_dashboard_crm
!spreadsheet_dashboard_crm
!spreadsheet_dashboard_crm/**/*

# Whitelist spreadsheet_dashboard_edition
!spreadsheet_dashboard_edition
!spreadsheet_dashboard_edition/**/*

# Whitelist spreadsheet_dashboard_documents
!spreadsheet_dashboard_documents
!spreadsheet_dashboard_documents/**/*

# Whitelist spreadsheet_sale_management
!spreadsheet_sale_management
!spreadsheet_sale_management/**/*

# Whitelist bus
!addons/bus/
!addons/bus/**/*

# Whitelist mail & dependents (with a lot of JS overrides)
!addons/calendar
!addons/calendar/**/*
!addons/hr
!addons/hr/**/*
!addons/hr_holidays
!addons/hr_holidays/**/*
!addons/hr_skills
!addons/hr_skills/**/*
!addons/im_livechat
!addons/im_livechat/**/*
!addons/mail
!addons/mail/**/*
!addons/snailmail
!addons/snailmail/**/*
!addons/test_discuss_full
!addons/test_discuss_full/**/*
!addons/website_livechat
!addons/website_livechat/**/*
!approvals
!approvals/**/*
!test_discuss_full_enterprise
!test_discuss_full_enterprise/**/*
!whatsapp
!whatsapp/**/*

# Whitelist point_of_sale
!addons/point_of_sale
!addons/point_of_sale/**/*

# Whitelist community pos modules
!addons/hw_posbox_homepage
!addons/hw_posbox_homepage/**/*
!addons/l10n_ar_pos
!addons/l10n_ar_pos/**/*
!addons/l10n_co_pos
!addons/l10n_co_pos/**/*
!addons/l10n_es_pos
!addons/l10n_es_pos/**/*
!addons/l10n_fr_pos_cert
!addons/l10n_fr_pos_cert/**/*
!addons/l10n_gcc_pos
!addons/l10n_gcc_pos/**/*
!addons/l10n_in_pos
!addons/l10n_in_pos/**/*
!addons/l10n_sa_pos
!addons/l10n_sa_pos/**/*
!addons/pos_adyen
!addons/pos_adyen/**/*
!addons/pos_discount
!addons/pos_discount/**/*
!addons/pos_epson_printer
!addons/pos_epson_printer/**/*
!addons/pos_hr
!addons/pos_hr/**/*
!addons/pos_hr_restaurant
!addons/pos_hr_restaurant/**/*
!addons/pos_loyalty
!addons/pos_loyalty/**/*
!addons/pos_mrp
!addons/pos_mrp/**/*
!addons/pos_online_payment
!addons/pos_online_payment/**/*
!addons/pos_online_payment_self_order
!addons/pos_online_payment_self_order/**/*
!addons/pos_paytm
!addons/pos_paytm/**/*
!addons/pos_restaurant
!addons/pos_restaurant/**/*
!addons/pos_restaurant_adyen
!addons/pos_restaurant_adyen/**/*
!addons/pos_restaurant_stripe
!addons/pos_restaurant_stripe/**/*
!addons/pos_sale
!addons/pos_sale/**/*
!addons/pos_sale_loyalty
!addons/pos_sale_loyalty/**/*
!addons/pos_sale_margin
!addons/pos_sale_margin/**/*
!addons/pos_self_order
!addons/pos_self_order/**/*
!addons/pos_self_order_adyen
!addons/pos_self_order_adyen/**/*
!addons/pos_self_order_epson_printer
!addons/pos_self_order_epson_printer/**/*
!addons/pos_self_order_sale
!addons/pos_self_order_sale/**/*
!addons/pos_self_order_stripe
!addons/pos_self_order_stripe/**/*
!addons/pos_six
!addons/pos_six/**/*
!addons/pos_stripe
!addons/pos_stripe/**/*
!addons/spreadsheet_dashboard_pos_hr
!addons/spreadsheet_dashboard_pos_hr/**/*

# Whitelist enterprise pos modules
!l10n_cl_edi_pos
!l10n_cl_edi_pos/**/*
!l10n_de_pos_cert
!l10n_de_pos_cert/**/*
!l10n_de_pos_res_cert
!l10n_de_pos_res_cert/**/*
!l10n_in_reports_gstr_pos
!l10n_in_reports_gstr_pos/**/*
!l10n_mx_edi_pos
!l10n_mx_edi_pos/**/*
!l10n_pl_reports_pos_jpk
!l10n_pl_reports_pos_jpk/**/*
!pos_account_reports
!pos_account_reports/**/*
!pos_blackbox_be
!pos_blackbox_be/**/*
!pos_enterprise
!pos_enterprise/**/*
!pos_hr_mobile
!pos_hr_mobile/**/*
!pos_iot
!pos_iot/**/*
!pos_iot_six
!pos_iot_six/**/*
!pos_l10n_se
!pos_l10n_se/**/*
!pos_online_payment_self_order_preparation_display
!pos_online_payment_self_order_preparation_display/**/*
!pos_order_tracking_display
!pos_order_tracking_display/**/*
!pos_preparation_display
!pos_preparation_display/**/*
!pos_restaurant_appointment
!pos_restaurant_appointment/**/*
!pos_restaurant_preparation_display
!pos_restaurant_preparation_display/**/*
!pos_sale_stock_renting
!pos_sale_stock_renting/**/*
!pos_self_order_preparation_display
!pos_self_order_preparation_display/**/*
!pos_settle_due
!pos_settle_due/**/*

# Whitelist misc enterprise modules
!sign
!sign/**

!sign_itsme
!sign_itsme/**