-
-
Notifications
You must be signed in to change notification settings - Fork 125
/
.haml-lint.yml
47 lines (42 loc) · 1.26 KB
/
.haml-lint.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
linters:
InlineStyles:
enabled: false
LineLength:
enabled: false
ViewLength:
enabled: false
ConsecutiveSilentScripts:
enabled: false
ClassesBeforeIds:
EnforcedStyle: id
RuboCop:
ignored_cops:
# Defaults
- Lint/BlockAlignment
- Lint/EndAlignment
- Lint/Void
- Layout/AlignHash # renamed to Layout/HashAlignment in rubocop 0.77
- Layout/AlignParameters # renamed to Layout/ParameterAlignment in rubocop 0.77
- Layout/CaseIndentation
- Layout/ElseAlignment
- Layout/EndOfLine
- Layout/HashAlignment
- Layout/IndentationWidth
- Layout/LineLength # renamed from Metrics/LineLength in rubocop 0.79.0
- Layout/ParameterAlignment
- Layout/TrailingBlankLines # renamed to Layout/TrailingEmptyLines in rubocop 0.77
- Layout/TrailingEmptyLines
- Layout/TrailingWhitespace
- Metrics/BlockLength
- Metrics/BlockNesting
- Metrics/LineLength
- Naming/FileName
- Naming/VariableNumber
- Style/AsciiComments
- Style/ConditionalAssignment
- Style/FrozenStringLiteralComment
- Style/IfUnlessModifier
- Style/Next
- Style/WhileUntilModifier
- Style/CaseLikeIf
- Layout/EmptyLineAfterGuardClause