This repository was archived by the owner on Feb 22, 2024. It is now read-only.
forked from changepack/changepack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.slim-lint.yml
More file actions
43 lines (43 loc) · 1.37 KB
/
.slim-lint.yml
File metadata and controls
43 lines (43 loc) · 1.37 KB
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
linters:
LineLength:
max: 120
RuboCop:
enabled: true
ignored_cops:
- Sorbet/FalseSigil
- Layout/ArgumentAlignment
- Layout/ArrayAlignment
- Layout/BlockAlignment
- Layout/ClosingParenthesisIndentation
- Layout/EmptyLineAfterGuardClause
- Layout/EndAlignment
- Layout/FirstArgumentIndentation
- Layout/FirstArrayElementIndentation
- Layout/FirstHashElementIndentation
- Layout/FirstParameterIndentation
- Layout/HashAlignment
- Layout/IndentationConsistency
- Layout/IndentationWidth
- Layout/InitialIndentation
- Layout/LineEndStringConcatenationIndentation
- Layout/LineLength
- Layout/MultilineArrayBraceLayout
- Layout/MultilineAssignmentLayout
- Layout/MultilineHashBraceLayout
- Layout/MultilineMethodCallBraceLayout
- Layout/MultilineMethodCallIndentation
- Layout/MultilineMethodDefinitionBraceLayout
- Layout/MultilineOperationIndentation
- Layout/ParameterAlignment
- Layout/TrailingEmptyLines
- Layout/TrailingWhitespace
- Lint/Void
- Metrics/BlockLength
- Metrics/BlockNesting
- Naming/FileName
- Style/FrozenStringLiteralComment
- Style/IdenticalConditionalBranches
- Style/IfUnlessModifier
- Style/Next
- Style/WhileUntilDo
- Style/WhileUntilModifier