forked from swapmyvote/swapmyvote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.haml-lint_todo.yml
65 lines (56 loc) · 2.08 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
# This configuration was generated by
# `haml-lint --auto-gen-config`
# on 2022-06-03 12:14:53 +0100 using Haml-Lint version 0.37.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: 83
RuboCop:
enabled: false
# Offense count: 7
UnnecessaryInterpolation:
exclude:
- "app/views/admin/stats.haml"
- "app/views/user/vote/show.html.haml"
- "app/views/users/_info_summary.html.haml"
# Offense count: 42
HtmlAttributes:
exclude:
- "app/views/home/_swap_form.html.haml"
- "app/views/static_pages/contact.html.haml"
- "app/views/static_pages/faq.html.haml"
- "app/views/static_pages/privacy.html.haml"
# Offense count: 27
InstanceVariables:
exclude:
- "app/views/home/_swap_form.html.haml"
- "app/views/user/swaps/_searching_for_swap.html.haml"
- "app/views/users/_info_summary.html.haml"
# Offense count: 1
ConsecutiveComments:
exclude:
- "app/views/home/index.html.haml"
# Offense count: 5
InlineStyles:
exclude:
- "app/views/layouts/_login.html.haml"
- "app/views/recommendations/_recommendation.html.haml"
- "app/views/users/show/_confirm_incoming_swap.html.haml"
- "app/views/users/show/_confirm_outgoing_swap.html.haml"
- "app/views/users/show/_swap_confirmed.html.haml"
# Offense count: 54
SpaceInsideHashAttributes:
exclude:
- "app/views/layouts/mailer.html.haml"
- "app/views/recommendations/_recommendation.html.haml"
- "app/views/user/share/show.html.haml"
- "app/views/user/swaps/_double_check_constituency.html.haml"
- "app/views/users/_info_summary.html.haml"
- "app/views/users/show/_swap_confirmed.html.haml"
# Offense count: 2
FinalNewline:
exclude:
- "app/views/static_pages/account_deleted.html.haml"
- "app/views/static_pages/confirm_account_deletion.html.haml"