forked from ekylibre/ekylibre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.haml-lint_todo.yml
707 lines (688 loc) · 39.4 KB
/
.haml-lint_todo.yml
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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
# This configuration was generated by
# `haml-lint --auto-gen-config`
# on 2022-09-26 12:51:34 +0200 using Haml-Lint version 0.41.0.
# The point is for the user to remove these configuration records
# one by one as the lints are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of Haml-Lint, may require this file to be generated again.
linters:
# Offense count: 764
SpaceInsideHashAttributes:
exclude:
- "app/views/application/_cobbles.html.haml"
- "app/views/application/_unrolled.html.haml"
- "app/views/backend/accounts/_mark_items.html.haml"
- "app/views/backend/accounts/mark.html.haml"
- "app/views/backend/accounts/show.html.haml"
- "app/views/backend/activities/_budget.html.haml"
- "app/views/backend/activities/_card.html.haml"
- "app/views/backend/activities/_form.html.haml"
- "app/views/backend/activities/_popup.html.haml"
- "app/views/backend/activities/card_content/_animal_farming.html.haml"
- "app/views/backend/activities/card_content/_plant_farming.html.haml"
- "app/views/backend/activities/card_content/_vine_farming.html.haml"
- "app/views/backend/activity_budgets/_form.html.haml"
- "app/views/backend/activity_budgets/_item_fields.html.haml"
- "app/views/backend/activity_budgets/_items_form.html.haml"
- "app/views/backend/affairs/_show.html.haml"
- "app/views/backend/animal_groups/show.html.haml"
- "app/views/backend/animals/index.html.haml"
- "app/views/backend/animals/show.html.haml"
- "app/views/backend/bank_reconciliation/items/_reconciliation_date_section.html.haml"
- "app/views/backend/bank_reconciliation/items/_reconciliation_form_list.html.haml"
- "app/views/backend/bank_reconciliation/items/_reconciliation_form_total.html.haml"
- "app/views/backend/bank_reconciliation/items/_reconciliation_item.html.haml"
- "app/views/backend/bank_statement_items/_bank_statement_item_row_form.html.haml"
- "app/views/backend/bank_statements/_form.html.haml"
- "app/views/backend/base/_access_control_list.html.haml"
- "app/views/backend/base/_attachments.html.haml"
- "app/views/backend/building_divisions/show.html.haml"
- "app/views/backend/cells/profit_and_loss_cells/show.html.haml"
- "app/views/backend/cells/weather_spraying_cells/show.html.haml"
- "app/views/backend/contracts/_form.html.haml"
- "app/views/backend/contracts/show.html.haml"
- "app/views/backend/controller_helpers/activity_production_creations/_form.html.haml"
- "app/views/backend/cultivable_zones/show.html.haml"
- "app/views/backend/dashboards/_grid.html.haml"
- "app/views/backend/dashboards/_menu.html.haml"
- "app/views/backend/deposits/unvalidateds.html.haml"
- "app/views/backend/draft_journals/_list.html.haml"
- "app/views/backend/entities/_coordinates.html.haml"
- "app/views/backend/entities/_export_condition.html.haml"
- "app/views/backend/entities/_link.html.haml"
- "app/views/backend/entities/show.html.haml"
- "app/views/backend/equipments/show.html.haml"
- "app/views/backend/events/_calendar_event.html.haml"
- "app/views/backend/events/index.html.haml"
- "app/views/backend/financial_years/_signature_modal.html.haml"
- "app/views/backend/financial_years/close/_check_balanced_balance_sheet.html.haml"
- "app/views/backend/financial_years/close/_check_balanced_waiting_cash_account.html.haml"
- "app/views/backend/financial_years/close/_check_closed_previous_years.html.haml"
- "app/views/backend/financial_years/close/_check_drafts_empty.html.haml"
- "app/views/backend/financial_years/close/_check_entries_balanced.html.haml"
- "app/views/backend/financial_years/close/_check_no_entries_on_radicals.html.haml"
- "app/views/backend/financial_years/close/_check_no_opened_exchange.html.haml"
- "app/views/backend/financial_years/close/_check_previous_year_result_carried_forward.html.haml"
- "app/views/backend/financial_years/show.html.haml"
- "app/views/backend/fixed_assets/show.html.haml"
- "app/views/backend/helps/show.html.haml"
- "app/views/backend/imports/_form.html.haml"
- "app/views/backend/imports/_progress.html.haml"
- "app/views/backend/inspections/_form.html.haml"
- "app/views/backend/inspections/show.html.haml"
- "app/views/backend/intervention_participations/_participations_modal.html.haml"
- "app/views/backend/intervention_participations/_working_periods_fields.html.haml"
- "app/views/backend/interventions/_crop_group_field.haml"
- "app/views/backend/interventions/_crop_group_list.haml"
- "app/views/backend/interventions/_details_modal.html.haml"
- "app/views/backend/interventions/_duplicate_modal.html.haml"
- "app/views/backend/interventions/_form.html.haml"
- "app/views/backend/interventions/_generate_buttons.html.haml"
- "app/views/backend/interventions/_parameter_form.html.haml"
- "app/views/backend/interventions/_product_parameter.html.haml"
- "app/views/backend/interventions/_product_parameter_fields.html.haml"
- "app/views/backend/interventions/show.html.haml"
- "app/views/backend/invalid_journal_entries/_list.html.haml"
- "app/views/backend/inventories/_items_form.html.haml"
- "app/views/backend/journal_entries/_form.html.haml"
- "app/views/backend/journals/_index.html.haml"
- "app/views/backend/land_parcels/_subdivision_form.html.haml"
- "app/views/backend/land_parcels/divide.html.haml"
- "app/views/backend/land_parcels/index.html.haml"
- "app/views/backend/listing_nodes/_column_label.html.haml"
- "app/views/backend/listing_nodes/_comparison.html.haml"
- "app/views/backend/listing_nodes/_position.html.haml"
- "app/views/backend/listings/_node.html.haml"
- "app/views/backend/matters/show.html.haml"
- "app/views/backend/notifications/index.html.haml"
- "app/views/backend/parcels/_form.html.haml"
- "app/views/backend/plant_countings/_form.html.haml"
- "app/views/backend/plants/_crop_informations.html.haml"
- "app/views/backend/plants/_vine_informations.html.haml"
- "app/views/backend/plants/show.html.haml"
- "app/views/backend/products/_picture.html.haml"
- "app/views/backend/products/show.html.haml"
- "app/views/backend/purchase_invoices/_fees_fields.haml"
- "app/views/backend/purchase_invoices/_form.html.haml"
- "app/views/backend/purchase_invoices/_item_fields.html.haml"
- "app/views/backend/purchase_invoices/_merchandise_fields.haml"
- "app/views/backend/purchase_invoices/_service_fields.haml"
- "app/views/backend/purchase_orders/_fees_fields.haml"
- "app/views/backend/purchase_orders/_form.html.haml"
- "app/views/backend/purchase_orders/_item_fields.html.haml"
- "app/views/backend/purchase_orders/_merchandise_fields.haml"
- "app/views/backend/purchase_orders/_service_fields.haml"
- "app/views/backend/purchases/_item_fields.html.haml"
- "app/views/backend/purchases/show.html.haml"
- "app/views/backend/quick_affairs/new.html.haml"
- "app/views/backend/receptions/_form.html.haml"
- "app/views/backend/receptions/_item_fields.html.haml"
- "app/views/backend/receptions/_merchandise_fields.haml"
- "app/views/backend/receptions/_non_merchandise_fields.html.haml"
- "app/views/backend/sale_credits/_form.html.haml"
- "app/views/backend/sale_credits/_item_fields.html.haml"
- "app/views/backend/sales/_form.html.haml"
- "app/views/backend/sales/_item_fields.html.haml"
- "app/views/backend/sales/show.html.haml"
- "app/views/backend/shared/_beehive.html.haml"
- "app/views/backend/shared/_distribution_chronologies.html.haml"
- "app/views/backend/shared/_kujaku.html.haml"
- "app/views/backend/shared/_production_chronologies.html.haml"
- "app/views/backend/shared/_timeline.html.haml"
- "app/views/backend/shared/beehive/_cell.html.haml"
- "app/views/backend/shared/beehive/_hbox.html.haml"
- "app/views/backend/shared/kujaku/_body.html.haml"
- "app/views/backend/shared/taskboard/_task.html.haml"
- "app/views/backend/shared/timeline/_task.html.haml"
- "app/views/backend/shared/timeline/_version.html.haml"
- "app/views/backend/shipments/_form.html.haml"
- "app/views/backend/shipments/_item_fields.html.haml"
- "app/views/backend/supervisions/show.html.haml"
- "app/views/backend/synchronizations/index.html.haml"
- "app/views/backend/tax_declarations/show.html.haml"
- "app/views/backend/trackings/show.html.haml"
- "app/views/backend/trial_balances/show.html.haml"
- "app/views/backend/unreceived_purchase_orders/_form.html.haml"
- "app/views/backend/unreceived_purchase_orders/_item_fields.html.haml"
- "app/views/backend/variants/shared/_main_informations.html.haml"
- "app/views/backend/worker_time_logs/index.html.haml"
- "app/views/backend/workers/show.html.haml"
- "app/views/helpers/state-bar/_state_bar.html.haml"
- "app/views/kujaku/feather/_multi_choice_feather.html.haml"
- "app/views/layouts/_navigation.html.haml"
- "app/views/layouts/authentication.html.haml"
- "app/views/layouts/backend.html.haml"
- "app/views/layouts/cell.html.haml"
- "app/views/layouts/dialog.html.haml"
- "app/views/layouts/exception.html.haml"
- "app/views/layouts/zen.html.haml"
- "lib/tasks/http/errors/error.haml"
- "lib/tasks/http/errors/maintenance.haml"
# Offense count: 60
FinalNewline:
exclude:
- "app/views/application/_unroll_error.html.haml"
- "app/views/backend/activities/_crops.html.haml"
- "app/views/backend/activities/card_content/_default.html.haml"
- "app/views/backend/activities/form/_administering.html.haml"
- "app/views/backend/activities/form/_animal_farming.html.haml"
- "app/views/backend/activities/form/_default.html.haml"
- "app/views/backend/activities/form/_plant_farming.html.haml"
- "app/views/backend/activities/form/_tool_maintaining.html.haml"
- "app/views/backend/affairs/index.html.haml"
- "app/views/backend/animal_groups/_popup.html.haml"
- "app/views/backend/animal_groups/index.html.haml"
- "app/views/backend/animals/_indicator_datum_fields.html.haml"
- "app/views/backend/animals/_interventions_menu.html.haml"
- "app/views/backend/bank_reconciliation/items/_reconciliation_form_total.html.haml"
- "app/views/backend/campaigns/index.html.haml"
- "app/views/backend/cap_islets/_form.html.haml"
- "app/views/backend/cap_land_parcels/_form.html.haml"
- "app/views/backend/cash_transfers/_form.html.haml"
- "app/views/backend/cells/cash_variations_cells/show.html.haml"
- "app/views/backend/cells/last_products_cells/show.html.haml"
- "app/views/backend/cells/stock_container_map_cells/_popup.html.haml"
- "app/views/backend/cells/weather_spraying_cells/show.html.haml"
- "app/views/backend/cobbles/stock_in_ground_cobbles/show.html.haml"
- "app/views/backend/crop_groups/_form.html.haml"
- "app/views/backend/crop_groups/_item_fields.html.haml"
- "app/views/backend/crop_groups/_labelling_fields.html.haml"
- "app/views/backend/crop_groups/index.html.haml"
- "app/views/backend/debt_transfers/show.html.haml"
- "app/views/backend/guides/index.html.haml"
- "app/views/backend/identifiers/show.html.haml"
- "app/views/backend/inspections/_charts.html.haml"
- "app/views/backend/interventions/_crop_group_field.haml"
- "app/views/backend/interventions/_crop_group_list.haml"
- "app/views/backend/interventions/_hour_counter_fields.html.haml"
- "app/views/backend/interventions/_intervention_crop_group_fields.html.haml"
- "app/views/backend/interventions/_popup.html.haml"
- "app/views/backend/interventions/_setting_fields.html.haml"
- "app/views/backend/land_parcels/index.html.haml"
- "app/views/backend/manure_management_plans/index.html.haml"
- "app/views/backend/plant_countings/_form.html.haml"
- "app/views/backend/plant_countings/_item_fields.haml"
- "app/views/backend/plants/_inspection_cobbles.html.haml"
- "app/views/backend/plants/_popup.html.haml"
- "app/views/backend/prescriptions/index.html.haml"
- "app/views/backend/product_linkages/_form.html.haml"
- "app/views/backend/product_linkages/index.html.haml"
- "app/views/backend/product_localizations/_form.html.haml"
- "app/views/backend/product_nature_categories/_nature_fields.html.haml"
- "app/views/backend/product_ownerships/_form.html.haml"
- "app/views/backend/product_ownerships/index.html.haml"
- "app/views/backend/product_ownerships/show.html.haml"
- "app/views/backend/products/_indicator_datum_fields.html.haml"
- "app/views/backend/shared/timeline/content/_event.html.haml"
- "app/views/backend/trackings/index.html.haml"
- "app/views/backend/visualizations/plants_visualizations/_popup.haml"
- "app/views/backend/worker_groups/_labelling_fields.html.haml"
- "app/views/layouts/backend.html.haml"
- "lib/generators/backend_scaffold/templates/_form.html.haml"
- "lib/tasks/http/errors/error.haml"
- "lib/tasks/http/errors/maintenance.haml"
# Offense count: 36
ClassesBeforeIds:
exclude:
- "app/views/backend/accounts/mark.html.haml"
- "app/views/backend/animals/index.html.haml"
- "app/views/backend/bank_reconciliation/items/_reconciliation.html.haml"
- "app/views/backend/bank_reconciliation/items/_reconciliation_form_total.html.haml"
- "app/views/backend/bank_statements/_form.html.haml"
- "app/views/backend/base/_attachments.html.haml"
- "app/views/backend/contracts/_form.html.haml"
- "app/views/backend/documents/show.html.haml"
- "app/views/backend/financial_years/close.html.haml"
- "app/views/backend/financial_years/lock.html.haml"
- "app/views/backend/interventions/_duplicate_modal.html.haml"
- "app/views/backend/interventions/_product_parameter_fields.html.haml"
- "app/views/backend/journal_entries/_form.html.haml"
- "app/views/backend/quick_affairs/new.html.haml"
- "app/views/backend/receptions/_merchandise_fields.haml"
- "app/views/backend/sale_credits/_form.html.haml"
- "app/views/backend/sales/_form.html.haml"
- "app/views/backend/unreceived_purchase_orders/_form.html.haml"
- "app/views/layouts/_navigation.html.haml"
- "app/views/layouts/backend.html.haml"
# Offense count: 834
ConsecutiveSilentScripts:
exclude:
- "app/views/backend/accounts/mark.html.haml"
- "app/views/backend/accounts/reconciliation.html.haml"
- "app/views/backend/accounts/show.html.haml"
- "app/views/backend/activities/_crops.html.haml"
- "app/views/backend/activities/show/_animal_farming.html.haml"
- "app/views/backend/activities/show/_default.html.haml"
- "app/views/backend/activities/show/_plant_farming.html.haml"
- "app/views/backend/activities/show/_vine_farming.html.haml"
- "app/views/backend/activity_productions/_form.html.haml"
- "app/views/backend/activity_productions/show.html.haml"
- "app/views/backend/affairs/_show.html.haml"
- "app/views/backend/affairs/show.html.haml"
- "app/views/backend/analyses/index.html.haml"
- "app/views/backend/analyses/show.html.haml"
- "app/views/backend/animals/_interventions_menu.html.haml"
- "app/views/backend/animals/index.html.haml"
- "app/views/backend/animals/show.html.haml"
- "app/views/backend/bank_reconciliation/items/_reconciliation_item.html.haml"
- "app/views/backend/bank_statement_items/show.html.haml"
- "app/views/backend/bank_statements/show.html.haml"
- "app/views/backend/base/create.html.haml"
- "app/views/backend/base/edit.html.haml"
- "app/views/backend/base/new.html.haml"
- "app/views/backend/base/update.html.haml"
- "app/views/backend/cap_islets/show.html.haml"
- "app/views/backend/cap_land_parcels/show.html.haml"
- "app/views/backend/cap_statements/show.html.haml"
- "app/views/backend/cash_transfers/show.html.haml"
- "app/views/backend/cashes/show.html.haml"
- "app/views/backend/catalog_items/show.html.haml"
- "app/views/backend/catalogs/show.html.haml"
- "app/views/backend/cells/cashes_balance_cells/show.html.haml"
- "app/views/backend/cells/economic_map_cells/show.html.haml"
- "app/views/backend/cells/last_intervention_cells/show.html.haml"
- "app/views/backend/cells/activity_map_cells/show.html.haml"
- "app/views/backend/cells/mes_parcelles_synchronisation_cells/show.html.haml"
- "app/views/backend/cells/stock_container_map_cells/show.html.haml"
- "app/views/backend/cobbles/stock_in_ground_cobbles/show.html.haml"
- "app/views/backend/conditionings/show.html.haml"
- "app/views/backend/contracts/index.html.haml"
- "app/views/backend/contracts/show.html.haml"
- "app/views/backend/custom_fields/show.html.haml"
- "app/views/backend/dashboards/home.html.haml"
- "app/views/backend/dashboards/production.html.haml"
- "app/views/backend/dashboards/sandbox.html.haml"
- "app/views/backend/deliveries/show.html.haml"
- "app/views/backend/deposits/show.html.haml"
- "app/views/backend/documents/show.html.haml"
- "app/views/backend/draft_journals/_list.html.haml"
- "app/views/backend/draft_journals/show.html.haml"
- "app/views/backend/entities/_export_condition.html.haml"
- "app/views/backend/entities/_link.html.haml"
- "app/views/backend/entities/index.html.haml"
- "app/views/backend/entities/show.html.haml"
- "app/views/backend/entries_ledgers/show.html.haml"
- "app/views/backend/equipments/show.html.haml"
- "app/views/backend/events/show.html.haml"
- "app/views/backend/exports/_parameter.html.haml"
- "app/views/backend/financial_year_exchanges/show.html.haml"
- "app/views/backend/financial_years/close.html.haml"
- "app/views/backend/fixed_assets/index.html.haml"
- "app/views/backend/fixed_assets/show.html.haml"
- "app/views/backend/gaps/show.html.haml"
- "app/views/backend/general_ledgers/index.haml"
- "app/views/backend/general_ledgers/show.html.haml"
- "app/views/backend/georeadings/show.html.haml"
- "app/views/backend/guide_analyses/show.html.haml"
- "app/views/backend/guides/show.html.haml"
- "app/views/backend/imports/show.html.haml"
- "app/views/backend/incoming_payments/show.html.haml"
- "app/views/backend/inspections/_charts.html.haml"
- "app/views/backend/inspections/_totals.html.haml"
- "app/views/backend/inspections/show.html.haml"
- "app/views/backend/integrations/_check.html.haml"
- "app/views/backend/integrations/_integration.html.haml"
- "app/views/backend/interventions/_change_state_modal.html.haml"
- "app/views/backend/interventions/_compare_planned_with_realised_modal.haml"
- "app/views/backend/interventions/_details_modal.html.haml"
- "app/views/backend/interventions/_duplicate_modal.html.haml"
- "app/views/backend/interventions/_form.html.haml"
- "app/views/backend/interventions/_map.html.haml"
- "app/views/backend/interventions/_parameter_form.html.haml"
- "app/views/backend/interventions/_product_parameter.html.haml"
- "app/views/backend/interventions/_product_parameter_fields.html.haml"
- "app/views/backend/interventions/_spraying_map.html.haml"
- "app/views/backend/interventions/index.html.haml"
- "app/views/backend/invalid_journal_entries/_list.html.haml"
- "app/views/backend/inventories/show.html.haml"
- "app/views/backend/issues/show.html.haml"
- "app/views/backend/journal_entries/_form.html.haml"
- "app/views/backend/journal_entries/show.html.haml"
- "app/views/backend/journals/_index.html.haml"
- "app/views/backend/journals/show.html.haml"
- "app/views/backend/land_parcels/_subdivision_form.html.haml"
- "app/views/backend/loans/index.html.haml"
- "app/views/backend/loans/show.html.haml"
- "app/views/backend/matters/index.html.haml"
- "app/views/backend/matters/show.html.haml"
- "app/views/backend/outgoing_payment_lists/show.html.haml"
- "app/views/backend/outgoing_payments/_form.html.haml"
- "app/views/backend/outgoing_payments/show.html.haml"
- "app/views/backend/parcels/index.html.haml"
- "app/views/backend/parcels/show.html.haml"
- "app/views/backend/payslip_natures/show.html.haml"
- "app/views/backend/payslips/show.html.haml"
- "app/views/backend/plant_countings/show.html.haml"
- "app/views/backend/plants/_inspection_cobbles.html.haml"
- "app/views/backend/prescriptions/show.html.haml"
- "app/views/backend/product_groups/show.html.haml"
- "app/views/backend/product_nature_categories/show.html.haml"
- "app/views/backend/product_nature_variants/index.html.haml"
- "app/views/backend/product_natures/show.html.haml"
- "app/views/backend/products/_timeline.html.haml"
- "app/views/backend/products/show.html.haml"
- "app/views/backend/purchase_invoices/_fees_fields.haml"
- "app/views/backend/purchase_invoices/_item_fields.html.haml"
- "app/views/backend/purchase_invoices/_merchandise_fields.haml"
- "app/views/backend/purchase_invoices/_service_fields.haml"
- "app/views/backend/purchase_invoices/index.html.haml"
- "app/views/backend/purchase_invoices/show.html.haml"
- "app/views/backend/purchase_natures/show.html.haml"
- "app/views/backend/purchase_orders/_item_fields.html.haml"
- "app/views/backend/purchase_orders/index.html.haml"
- "app/views/backend/purchase_orders/show.html.haml"
- "app/views/backend/purchase_process/reconciliation/_receptions_to_reconcile.html.haml"
- "app/views/backend/purchases/index.html.haml"
- "app/views/backend/purchases/show.html.haml"
- "app/views/backend/quick_affairs/_item_fields.html.haml"
- "app/views/backend/receptions/_item_fields.html.haml"
- "app/views/backend/receptions/_non_merchandise_fields.html.haml"
- "app/views/backend/receptions/_storing_fields.html.haml"
- "app/views/backend/receptions/show.html.haml"
- "app/views/backend/reference_units/show.html.haml"
- "app/views/backend/sale_natures/show.html.haml"
- "app/views/backend/sale_opportunities/show.html.haml"
- "app/views/backend/sales/_item_fields.html.haml"
- "app/views/backend/sales/index.html.haml"
- "app/views/backend/sales/show.html.haml"
- "app/views/backend/sensors/show.html.haml"
- "app/views/backend/shared/_export.html.haml"
- "app/views/backend/shared/_period_selector.html.haml"
- "app/views/backend/shared/timeline/_version.html.haml"
- "app/views/backend/shipments/_item_fields.html.haml"
- "app/views/backend/shipments/index.html.haml"
- "app/views/backend/shipments/show.html.haml"
- "app/views/backend/subscriptions/show.html.haml"
- "app/views/backend/supervisions/show.html.haml"
- "app/views/backend/tasks/show.html.haml"
- "app/views/backend/tax_declarations/index.html.haml"
- "app/views/backend/tax_declarations/show.html.haml"
- "app/views/backend/taxes/show.html.haml"
- "app/views/backend/trackings/show.html.haml"
- "app/views/backend/trial_balances/show.html.haml"
- "app/views/backend/unreceived_purchase_orders/index.html.haml"
- "app/views/backend/unreceived_purchase_orders/show.html.haml"
- "app/views/backend/users/show.html.haml"
- "app/views/backend/user_tickets/show.html.haml"
- "app/views/backend/variants/articles/plant_medicine_articles/_plant_medicines_cobbles.html.haml"
- "app/views/backend/variants/shared/_main_informations.html.haml"
- "app/views/backend/wine_tanks/index.html.haml"
- "app/views/backend/worker_contracts/show.html.haml"
- "app/views/backend/worker_time_logs/index.html.haml"
- "app/views/backend/worker_time_logs/show.html.haml"
- "app/views/layouts/_side.html.haml"
# Offense count: 34
IdNames:
exclude:
- "app/views/backend/accounts/mark.html.haml"
- "app/views/backend/activities/form/_default.html.haml"
- "app/views/backend/activities/form/_plant_farming.html.haml"
- "app/views/backend/activities/form/_vine_farming.html.haml"
- "app/views/backend/bank_reconciliation/items/_reconciliation_form_header.html.haml"
- "app/views/backend/entities/_form.html.haml"
- "app/views/backend/financial_year_exchanges/_notify_accountant_modal.html.haml"
- "app/views/backend/financial_years/close.html.haml"
- "app/views/backend/financial_years/lock.html.haml"
- "app/views/backend/incoming_payment_modes/_form.html.haml"
- "app/views/backend/interventions/_crop_group_field.haml"
- "app/views/backend/land_parcels/divide.html.haml"
- "app/views/backend/loans/_form.html.haml"
- "app/views/backend/parcels/_form.html.haml"
- "app/views/backend/purchase_invoices/_form.html.haml"
- "app/views/backend/purchase_orders/_form.html.haml"
- "app/views/backend/purchases/_item_fields.html.haml"
- "app/views/backend/quick_affairs/new.html.haml"
- "app/views/backend/receptions/_form.html.haml"
- "app/views/backend/sales/_form.html.haml"
- "app/views/backend/sales/_item_fields.html.haml"
- "app/views/backend/shipments/_form.html.haml"
- "app/views/backend/unreceived_purchase_orders/_item_fields.html.haml"
# Offense count: 22
UnnecessaryStringOutput:
exclude:
- "app/views/backend/activities/_crops.html.haml"
- "app/views/backend/fixed_assets/show.html.haml"
- "app/views/backend/interventions/_crop_group_list.haml"
- "app/views/backend/interventions/_duplicate_modal.html.haml"
- "app/views/backend/interventions/_intervention_costs.html.haml"
- "app/views/backend/interventions/_intervention_total_costs.html.haml"
- "app/views/backend/interventions/show.html.haml"
- "app/views/backend/listings/_node.html.haml"
- "app/views/backend/plant_countings/show.html.haml"
- "app/views/backend/purchase_invoices/_fees_fields.haml"
- "app/views/backend/purchase_invoices/_merchandise_fields.haml"
- "app/views/backend/purchase_invoices/_service_fields.haml"
- "app/views/backend/purchase_orders/show.html.haml"
- "app/views/kujaku/feather/_number_feather.html.haml"
- "lib/tasks/http/errors/error.haml"
- "lib/tasks/http/errors/maintenance.haml"
# Offense count: 34
TrailingWhitespace:
exclude:
- "app/views/backend/activities/_form.html.haml"
- "app/views/backend/activities/form/_analytic_options.html.haml"
- "app/views/backend/activities/show/_plant_farming.html.haml"
- "app/views/backend/animal_groups/_popup.html.haml"
- "app/views/backend/bank_reconciliation/items/_reconciliation_form_header.html.haml"
- "app/views/backend/cells/weather_spraying_cells/show.html.haml"
- "app/views/backend/controller_helpers/activity_production_creations/_form.html.haml"
- "app/views/backend/financial_years/_form.html.haml"
- "app/views/backend/financial_years/show.html.haml"
- "app/views/backend/interventions/_form.html.haml"
- "app/views/backend/interventions/_popup.html.haml"
- "app/views/backend/interventions/_product_parameter_fields.html.haml"
- "app/views/backend/inventories/index.html.haml"
- "app/views/backend/land_parcels/index.html.haml"
- "app/views/backend/matters/index.html.haml"
- "app/views/backend/outgoing_payment_lists/show.html.haml"
- "app/views/backend/plants/_popup.html.haml"
- "app/views/backend/product_nature_categories/_nature_fields.html.haml"
- "app/views/backend/purchase_invoices/_item_fields.html.haml"
- "app/views/backend/purchase_orders/_form.html.haml"
- "app/views/backend/purchase_process/reconciliation/_receptions_to_reconcile.html.haml"
- "app/views/backend/receptions/_merchandise_fields.haml"
- "app/views/backend/sales/_form.html.haml"
- "app/views/backend/settings/about.html.haml"
- "app/views/backend/shared/kujaku/_body.html.haml"
- "app/views/backend/unreceived_purchase_orders/show.html.haml"
- "lib/tasks/http/errors/maintenance.haml"
# Offense count: 17
ViewLength:
exclude:
- "app/views/backend/activities/show/_default.html.haml"
- "app/views/backend/activities/show/_vine_farming.html.haml"
- "app/views/backend/activity_productions/show.html.haml"
- "app/views/backend/affairs/_show.html.haml"
- "app/views/backend/animals/show.html.haml"
- "app/views/backend/cap_statements/show.html.haml"
- "app/views/backend/entities/show.html.haml"
- "app/views/backend/equipments/show.html.haml"
- "app/views/backend/interventions/_compare_planned_with_realised_modal.haml"
- "app/views/backend/interventions/_details_modal.html.haml"
- "app/views/backend/interventions/_duplicate_modal.html.haml"
- "app/views/backend/interventions/_form.html.haml"
- "app/views/backend/interventions/_product_parameter.html.haml"
- "app/views/backend/interventions/_product_parameter_fields.html.haml"
- "app/views/backend/interventions/show.html.haml"
- "app/views/backend/tax_declarations/show.html.haml"
- "app/views/backend/trial_balances/show.html.haml"
# Offense count: 92
ImplicitDiv:
exclude:
- "app/views/backend/analyses/index.html.haml"
- "app/views/backend/animals/index.html.haml"
- "app/views/backend/bank_statement_items/_bank_statement_item_row_form.html.haml"
- "app/views/backend/contracts/index.html.haml"
- "app/views/backend/crop_groups/_form.html.haml"
- "app/views/backend/crop_groups/index.html.haml"
- "app/views/backend/dashboards/sandbox.html.haml"
- "app/views/backend/documents/index.html.haml"
- "app/views/backend/entities/index.html.haml"
- "app/views/backend/entries_ledgers/show.html.haml"
- "app/views/backend/equipments/index.html.haml"
- "app/views/backend/exports/_parameter.html.haml"
- "app/views/backend/financial_years/close.html.haml"
- "app/views/backend/financial_years/close/_negative_result_allocation_capital.html.haml"
- "app/views/backend/financial_years/close/_negative_result_allocation_person.html.haml"
- "app/views/backend/financial_years/close/_no_legal_position_result_allocation.html.haml"
- "app/views/backend/financial_years/close/_positive_result_allocation_capital.html.haml"
- "app/views/backend/financial_years/close/_positive_result_allocation_person.html.haml"
- "app/views/backend/fixed_assets/index.html.haml"
- "app/views/backend/incoming_payments/index.html.haml"
- "app/views/backend/interventions/_crop_group_field.haml"
- "app/views/backend/loans/index.html.haml"
- "app/views/backend/matters/index.html.haml"
- "app/views/backend/plants/index.html.haml"
- "app/views/backend/product_nature_variants/index.html.haml"
- "app/views/backend/purchase_invoices/index.html.haml"
- "app/views/backend/purchase_orders/index.html.haml"
- "app/views/backend/receptions/_merchandise_fields.haml"
- "app/views/backend/receptions/index.html.haml"
- "app/views/backend/sale_opportunities/index.html.haml"
- "app/views/backend/sales/index.html.haml"
- "app/views/backend/shared/kujaku/_body.html.haml"
- "app/views/backend/shipments/index.html.haml"
- "app/views/backend/subscriptions/index.html.haml"
- "app/views/backend/trial_balances/show.html.haml"
- "app/views/backend/unreceived_purchase_orders/index.html.haml"
- "app/views/backend/worker_groups/_form.html.haml"
- "app/views/backend/worker_groups/index.html.haml"
- "app/views/backend/worker_time_logs/index.html.haml"
- "app/views/backend/workers/index.html.haml"
- "app/views/kujaku/feather/_choice_feather.html.haml"
- "app/views/kujaku/feather/_date_feather.html.haml"
- "app/views/kujaku/feather/_list_feather.html.haml"
- "app/views/kujaku/feather/_multi_choice_feather.html.haml"
- "app/views/kujaku/feather/_needle_choice_feather.html.haml"
- "app/views/kujaku/feather/_text_feather.html.haml"
# Offense count: 115
ClassAttributeWithStaticValue:
exclude:
- "app/views/backend/animal_groups/show.html.haml"
- "app/views/backend/animals/show.html.haml"
- "app/views/backend/building_divisions/show.html.haml"
- "app/views/backend/cultivable_zones/show.html.haml"
- "app/views/backend/equipments/show.html.haml"
- "app/views/backend/financial_years/close/_check_previous_year_result_carried_forward.html.haml"
- "app/views/backend/fixed_assets/show.html.haml"
- "app/views/backend/inspections/show.html.haml"
- "app/views/backend/intervention_participations/_participations_modal.html.haml"
- "app/views/backend/intervention_participations/_working_periods_fields.html.haml"
- "app/views/backend/interventions/_product_parameter.html.haml"
- "app/views/backend/interventions/show.html.haml"
- "app/views/backend/matters/show.html.haml"
- "app/views/backend/plants/_crop_informations.html.haml"
- "app/views/backend/plants/_vine_informations.html.haml"
- "app/views/backend/products/show.html.haml"
- "app/views/backend/purchase_invoices/_item_fields.html.haml"
- "app/views/backend/purchase_orders/_item_fields.html.haml"
- "app/views/backend/receptions/_item_fields.html.haml"
- "app/views/backend/shared/wice_grid/_list_settings.html.haml"
- "app/views/backend/trackings/show.html.haml"
- "app/views/backend/trial_balances/show.html.haml"
- "app/views/backend/variants/shared/_main_informations.html.haml"
- "app/views/backend/workers/show.html.haml"
- "app/views/layouts/authentication.html.haml"
- "app/views/layouts/exception.html.haml"
- "app/views/layouts/zen.html.haml"
# Offense count: 7
MultilinePipe:
exclude:
- "app/views/backend/bank_reconciliation/items/_reconciliation.html.haml"
- "app/views/backend/bank_reconciliation/items/_reconciliation_form_header.html.haml"
- "app/views/backend/bank_reconciliation/items/_reconciliation_form_list.html.haml"
# Offense count: 29
LeadingCommentSpace:
exclude:
- "app/views/backend/cap_statements/show.html.haml"
- "app/views/backend/dashboards/accountancy.html.haml"
- "app/views/backend/deliveries/index.html.haml"
- "app/views/backend/entities/show.html.haml"
- "app/views/backend/events/_calendar_event.html.haml"
- "app/views/backend/events/index.html.haml"
- "app/views/backend/helps/_search.html.haml"
- "app/views/backend/identifiers/_form.html.haml"
- "app/views/backend/intervention_participations/_form.html.haml"
- "app/views/backend/interventions/_form.html.haml"
- "app/views/backend/interventions/_product_parameter_fields.html.haml"
- "app/views/backend/interventions/show.html.haml"
- "app/views/backend/land_parcels/divide.html.haml"
- "app/views/backend/listings/_node.html.haml"
- "app/views/backend/matters/show.html.haml"
- "app/views/backend/parcels/_form.html.haml"
- "app/views/backend/shipments/_form.html.haml"
- "app/views/backend/tax_declarations/_form.html.haml"
- "app/views/layouts/authentication.html.haml"
- "app/views/layouts/backend.html.haml"
- "app/views/layouts/zen.html.haml"
# Offense count: 89
SpaceBeforeScript:
exclude:
- "app/views/backend/cells/last_events_cells/show.html.haml"
- "app/views/backend/cells/last_foreward_incoming_parcels_cells/show.html.haml"
- "app/views/backend/cells/last_incoming_parcels_cells/show.html.haml"
- "app/views/backend/cells/last_issues_cells/show.html.haml"
- "app/views/backend/cells/last_products_cells/show.html.haml"
- "app/views/backend/cells/last_purchases_invoices_cells/show.html.haml"
- "app/views/backend/cells/last_purchases_orders_cells/show.html.haml"
- "app/views/backend/cells/last_sales_cells/show.html.haml"
- "app/views/backend/cells/weather_spraying_cells/show.html.haml"
- "app/views/backend/controller_helpers/activity_production_creations/_form.html.haml"
- "app/views/backend/custom_fields/_choice_fields.html.haml"
- "app/views/backend/deliveries/index.html.haml"
- "app/views/backend/districts/index.html.haml"
- "app/views/backend/entities/_email_fields.html.haml"
- "app/views/backend/entities/_fax_fields.html.haml"
- "app/views/backend/entities/_mobile_fields.html.haml"
- "app/views/backend/entities/_phone_fields.html.haml"
- "app/views/backend/entities/_website_fields.html.haml"
- "app/views/backend/financial_years/close.html.haml"
- "app/views/backend/financial_years/close/_negative_result_allocation_capital.html.haml"
- "app/views/backend/financial_years/close/_negative_result_allocation_person.html.haml"
- "app/views/backend/financial_years/close/_no_legal_position_result_allocation.html.haml"
- "app/views/backend/financial_years/close/_positive_result_allocation_capital.html.haml"
- "app/views/backend/financial_years/close/_positive_result_allocation_person.html.haml"
- "app/views/backend/inspections/show.html.haml"
- "app/views/backend/integrations/_form.html.haml"
- "app/views/backend/integrations/_integration.html.haml"
- "app/views/backend/intervention_participations/_participations_modal.html.haml"
- "app/views/backend/interventions/_crop_group_field.haml"
- "app/views/backend/land_parcels/_subdivision_form.html.haml"
- "app/views/backend/land_parcels/divide.html.haml"
- "app/views/backend/listing_nodes/_column_label.html.haml"
- "app/views/backend/listing_nodes/_position.html.haml"
- "app/views/backend/listings/_node.html.haml"
- "app/views/backend/postal_zones/index.html.haml"
- "app/views/backend/product_groups/index.html.haml"
- "app/views/backend/product_linkages/show.html.haml"
- "app/views/backend/product_ownerships/show.html.haml"
- "app/views/backend/shared/kujaku/_body.html.haml"
# Offense count: 53
Indentation:
exclude:
- "app/views/backend/cells/weather_spraying_cells/show.html.haml"
- "app/views/backend/interventions/_reception_fields.html.haml"
- "app/views/backend/unreceived_purchase_orders/show.html.haml"
- "app/views/kujaku/feather/_choice_feather.html.haml"
- "app/views/kujaku/feather/_date_feather.html.haml"
- "app/views/kujaku/feather/_list_feather.html.haml"
- "app/views/kujaku/feather/_needle_choice_feather.html.haml"
- "app/views/kujaku/feather/_text_feather.html.haml"
# Offense count: 3
RubyComments:
exclude:
- "app/views/backend/companies/edit.html.haml"
- "app/views/backend/entities/show.html.haml"
- "app/views/backend/purchase_invoices/_item_fields.html.haml"
# Offense count: 2
RepeatedId:
exclude:
- "app/views/backend/quick_affairs/new.html.haml"
# Offense count: 1
HtmlAttributes:
exclude:
- "lib/tasks/http/errors/maintenance.haml"
# Offense count: 1
Syntax:
exclude:
- "lib/templates/haml/scaffold/_form.html.haml"