This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 184
/
.haml-lint_todo.yml
115 lines (98 loc) · 3.37 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
# This configuration was generated by
# `haml-lint --auto-gen-config`
# on 2018-08-27 17:51:09 +0200 using Haml-Lint version 0.28.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: 7
ImplicitDiv:
exclude:
- "app/views/delayed_job_failures/index.html.haml"
- "app/views/layouts/application.html.haml"
- "app/views/nodes/_inventory_service.html.haml"
- "app/views/pages/home.html.haml"
- "app/views/reports/_report.html.haml"
# Offense count: 142
LineLength:
enabled: false
# Offense count: 35
RuboCop:
enabled: false
# Offense count: 323
SpaceInsideHashAttributes:
enabled: false
# Offense count: 54
ConsecutiveSilentScripts:
enabled: false
# Offense count: 12
InstanceVariables:
exclude:
- "app/views/layouts/_radiator.html.haml"
- "app/views/node_class_memberships/_form.html.haml"
- "app/views/node_group_class_memberships/_form.html.haml"
- "app/views/node_groups/_form.html.haml"
- "app/views/nodes/_form.html.haml"
- "app/views/nodes/_nodes.html.haml"
- "app/views/shared/_node_summary.html.haml"
- "app/views/timeline_events/_timeline_event.html.haml"
# Offense count: 27
IdNames:
enabled: false
# Offense count: 21
InlineStyles:
enabled: false
# Offense count: 5
FinalNewline:
exclude:
- "app/views/node_class_memberships/show.html.haml"
- "app/views/node_group_class_memberships/show.html.haml"
- "app/views/shared/_error.html.haml"
- "app/views/shared/_parameters_part1.html.haml"
- "app/views/shared/_variable_conflicts_table.html.haml"
# Offense count: 4
ObjectReferenceAttributes:
exclude:
- "app/views/node_classes/index.html.haml"
- "app/views/node_classes/show.html.haml"
- "app/views/node_groups/index.html.haml"
- "app/views/reports/_reports_table.html.haml"
# Offense count: 8
UnnecessaryStringOutput:
exclude:
- "app/views/nodes/_inventory_service.html.haml"
- "app/views/pages/_node_summary_row.haml"
- "app/views/parameters/_parameter_input.html.haml"
- "app/views/shared/_node_manager_sidebar.html.haml"
- "app/views/shared/_skiplink.html.haml"
# Offense count: 6
HtmlAttributes:
exclude:
- "app/views/nodes/_nodes.html.haml"
- "app/views/pages/home.html.haml"
- "app/views/reports/_report.html.haml"
# Offense count: 1
MultilinePipe:
exclude:
- "app/views/nodes/_nodes.html.haml"
# Offense count: 3
TrailingWhitespace:
exclude:
- "app/views/nodes/_reports.html.haml"
- "app/views/reports/_report_title.html.haml"
- "app/views/statuses/_run_failure.html.haml"
# Offense count: 5
ClassesBeforeIds:
exclude:
- "app/views/pages/home.html.haml"
- "app/views/parameters/_parameter_input.html.haml"
- "app/views/reports/_report.html.haml"
- "app/views/reports/index.html.haml"
- "app/views/shared/_global_nav.html.haml"
# Offense count: 5
RubyComments:
exclude:
- "app/views/parameters/_parameter_input.html.haml"
- "app/views/shared/_parameters.html.haml"
- "app/views/shared/_variables.html.haml"