-
Notifications
You must be signed in to change notification settings - Fork 4
/
.haml-lint_todo.yml
87 lines (75 loc) · 2.83 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
# This configuration was generated by
# `haml-lint --auto-gen-config`
# on 2022-04-21 15:07:42 +0200 using Haml-Lint version 0.40.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: 15
IdNames:
exclude:
- "app/views/admin/activities/index.html.haml"
- "app/views/admin/apps/checkout.html.haml"
- "app/views/admin/groups/partials/_view.html.haml"
- "app/views/admin/members/show.html.haml"
- "app/views/admin/payments/index.html.haml"
- "app/views/doorkeeper/authorizations/show.html.haml"
- "app/views/members/activities/show.html.haml"
- "app/views/members/payments/index.html.haml"
# Offense count: 457
LineLength:
enabled: false
# Offense count: 2052
RuboCop:
enabled: false
# Offense count: 161
InlineStyles:
enabled: false
# Offense count: 36
InstanceVariables:
exclude:
- "app/views/admin/activities/partials/_attendee_table_row.html.haml"
- "app/views/admin/activities/partials/_attendee_table_row_summary.html.haml"
- "app/views/admin/activities/partials/_edit.html.haml"
- "app/views/members/activities/partials/_view.html.haml"
# Offense count: 542
SpaceInsideHashAttributes:
enabled: false
# Offense count: 28
ClassesBeforeIds:
exclude:
- "app/views/admin/activities/partials/_edit.html.haml"
- "app/views/admin/activities/show.html.haml"
- "app/views/admin/apps/products.html.haml"
- "app/views/admin/payments/index.html.haml"
- "app/views/admin/settings/index.html.haml"
- "app/views/layouts/application.html.haml"
- "app/views/layouts/members.html.haml"
- "app/views/layouts/partials/_mail.html.haml"
- "app/views/layouts/partials/_poster_modal.haml"
- "app/views/members/activities/show.html.haml"
- "app/views/public/home/index.html.haml"
# Offense count: 18
ViewLength:
enabled: false
# Offense count: 16
ConsecutiveSilentScripts:
exclude:
- "app/views/admin/activities/show.html.haml"
- "app/views/admin/apps/checkout.html.haml"
- "app/views/admin/apps/products.html.haml"
- "app/views/admin/apps/transactions.html.haml"
- "app/views/admin/settings/logs.html.haml"
- "app/views/members/activities/partials/_view.html.haml"
# Offense count: 9
RepeatedId:
exclude:
- "app/views/admin/apps/products.html.haml"
- "app/views/admin/payments/index.html.haml"
- "app/views/layouts/partials/_mail.html.haml"
# Offense count: 2
UnnecessaryStringOutput:
exclude:
- "app/views/members/payments/index.html.haml"
- "app/views/public/home/index.html.haml"