-
Notifications
You must be signed in to change notification settings - Fork 26
/
.haml-lint_todo.yml
69 lines (59 loc) · 2.43 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
# This configuration was generated by
# `haml-lint --auto-gen-config`
# on 2018-01-31 12:46:39 -0600 using Haml-Lint version 0.27.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: 33
RuboCop:
enabled: false
# Offense count: 1
SpaceBeforeScript:
exclude:
- "app/views/facilities/list.html.haml"
# Offense count: 11
InstanceVariables:
exclude:
- "app/views/facility_journals/_problem_transactions.html.haml"
- "app/views/facility_reservations/_admin_reservation_fields.html.haml"
- "app/views/instrument_price_policies/_price_policy_fields.html.haml"
- "app/views/price_policies/_price_policy_fields.html.haml"
- "app/views/product_users/_table.html.haml"
- "app/views/time_based_price_policies/_price_policy_fields.html.haml"
- "vendor/engines/secure_rooms/app/views/secure_room_price_policies/_price_policy_fields.html.haml"
- "vendor/engines/secure_rooms/app/views/secure_rooms/card_readers/_form.html.haml"
- "vendor/engines/secure_rooms/app/views/secure_rooms/shared/_tabnav_secure_room.html.haml"
# Offense count: 2
ViewLength:
exclude:
- "app/views/file_uploads/product_survey.html.haml"
- "app/views/order_details/show.html.haml"
# Offense count: 6
InlineStyles:
exclude:
- "app/views/orders/_form.html.haml"
- "app/views/reports/instrument_unavailable_reports/report_table.html.haml"
- "app/views/reports/report_table.html.haml"
- "app/views/shared/_accounts_table.html.haml"
- "app/views/shared/timeline/_instrument.html.haml"
- "app/views/shared/timeline/_reservation.html.haml"
# Offense count: 5
SpaceInsideHashAttributes:
exclude:
- "app/views/purchase_notifier/order_receipt.html.haml"
- "app/views/shared/nav/_nav_links.html.haml"
# Offense count: 3
IdNames:
exclude:
- "app/views/shared/_auto_logout.html.haml"
# Offense count: 2
ConsecutiveComments:
exclude:
- "app/views/shared/transactions/_search.html.haml"
- "app/views/shared/transactions/_search2.html.haml"
# Offense count: 1
ObjectReferenceAttributes:
exclude:
- "vendor/engines/secure_rooms/app/views/secure_rooms/card_readers/index.html.haml"