-
Notifications
You must be signed in to change notification settings - Fork 0
/
.standard.yml
35 lines (35 loc) · 1.01 KB
/
.standard.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
ignore:
- "**/*":
- Layout/ExtraSpacing
- Layout/SpaceBeforeSemicolon
- Layout/SpaceInsideParens
- Lint/SymbolConversion
- Style/GlobalVars
- Style/MethodCallWithoutArgsParentheses
- Style/StderrPuts
# TODO
- Layout/ArrayAlignment
- Layout/FirstArrayElementIndentation
- Layout/MultilineArrayBraceLayout
- Layout/MultilineMethodCallIndentation
- Layout/SpaceAroundOperators
- Layout/SpaceInsideHashLiteralBraces
- Layout/SpaceInsideRangeLiteral
- Layout/SpaceInsideReferenceBrackets
- Layout/SpaceInsideStringInterpolation
- Lint/UselessAssignment
- Performance/ReverseEach
- Performance/StringReplacement
- Security/Open
- Style/ConditionalAssignment
- Style/EmptyCaseCondition
- Style/EmptyElse
- Style/HashSyntax
- Style/IfInsideElse
- Style/NegatedWhile
- Style/RedundantBegin
- Style/RedundantParentheses
- Style/SelfAssignment
- Style/Semicolon
- Style/SlicingWithRange
- Style/TernaryParentheses