-
Notifications
You must be signed in to change notification settings - Fork 0
/
.haml-lint_todo.yml
73 lines (57 loc) · 1.57 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
# This configuration was generated by
# `haml-lint --auto-gen-config`
# on 2024-01-28 12:20:08 -0800 using Haml-Lint version 0.37.1.
# 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: 1310
InlineStyles:
enabled: false
# Offense count: 4055
LineLength:
enabled: false
# Offense count: 8862
SpaceInsideHashAttributes:
enabled: false
# Offense count: 47
ConsecutiveComments:
enabled: false
# Offense count: 233
IdNames:
enabled: false
# Offense count: 2396
SpaceBeforeScript:
enabled: false
# Offense count: 106
UnnecessaryStringOutput:
enabled: false
# Offense count: 302
ClassesBeforeIds:
enabled: false
# Offense count: 319
InstanceVariables:
enabled: false
# Offense count: 607
ConsecutiveSilentScripts:
enabled: false
# Offense count: 279
ImplicitDiv:
enabled: false
# Offense count: 65
ViewLength:
enabled: false
# Offense count: 25
RepeatedId:
exclude:
- "dashboard/app/views/layouts/application.html.haml"
- "dashboard/app/views/levels/editors/fields/_grid.html.haml"
- "dashboard/app/views/sections/show.html.haml"
# Offense count: 73
ClassAttributeWithStaticValue:
enabled: false
# Offense count: 2
UnnecessaryInterpolation:
exclude:
- "dashboard/app/views/plc/user_course_enrollments/manager_view.html.haml"