-
Notifications
You must be signed in to change notification settings - Fork 45
/
.standard_todo.yml
80 lines (79 loc) · 2.68 KB
/
.standard_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
---
ignore:
- 'lib/trino/client/*.rb':
- Layout/EmptyLinesAroundModuleBody
- Layout/FirstHashElementIndentation
- Layout/SpaceAroundEqualsInParameterDefault
- Layout/SpaceInsideBlockBraces
- Layout/SpaceInsideBlockBraces
- Lint/AssignmentInCondition
- Lint/UselessAssignment
- Naming/VariableName
- Performance/RegexpMatch
- Performance/StringReplacement
- Style/ConditionalAssignment
- Style/HashConversion
- Style/HashSyntax
- Style/NilComparison
- Style/RedundantBegin
- Style/RedundantFileExtensionInRequire
- Style/RedundantInterpolation
- Style/RedundantReturn
- Style/RedundantSelf
- Style/SafeNavigation
- Style/Semicolon
- Style/StringLiterals
- Style/StringLiteralsInInterpolation
- Style/TernaryParentheses
- Style/TrailingCommaInHashLiteral
- 'modelgen/model_versions.rb': &modelgen_common
- Style/StringLiterals # TODO: Remove this later
- Layout/DotPosition # TODO: Remove this later
# NOTE: Selecting the below items
- Layout/ArrayAlignment
- Layout/EmptyLinesAroundExceptionHandlingKeywords
- Layout/FirstArrayElementIndentation
- Layout/FirstHashElementIndentation
- Lint/AssignmentInCondition
- Lint/Syntax
- Lint/UselessAssignment
- Performance/FlatMap
- Performance/RegexpMatch
- Style/InfiniteLoop
- Style/RedundantRegexpCharacterClass
- Style/RedundantRegexpEscape
- Style/StringLiteralsInInterpolation
- 'modelgen/modelgen.rb': *modelgen_common
- 'modelgen/models.rb': *modelgen_common
- 'modelgen/trino_models.rb': *modelgen_common
- 'spec/*.rb':
- Style/StringLiterals # TODO: Remove this later
- Layout/DotPosition # TODO: Remove this later
- Style/RedundantBegin
- Style/TrailingCommaInHashLiteral
- Lint/Void
- Layout/FirstHashElementIndentation
- Style/For
- Style/Semicolon
- Lint/UselessAssignment
- Style/MixinUsage
# NOTE: Selecting the below items
- Layout/ClosingParenthesisIndentation
- Layout/HashAlignment
- Layout/IndentationConsistency
- Layout/MultilineMethodCallBraceLayout
- Layout/MultilineMethodCallIndentation
- Lint/ElseLayout
- Lint/ParenthesesAsGroupedExpression
- Style/HashSyntax
- Style/IfWithSemicolon
- Style/MethodCallWithoutArgsParentheses
- Style/OneLineConditional
- Style/RescueStandardError
- Style/StderrPuts
- '**/*.gemspec':
- Layout/ExtraSpacing
- 'release.rb':
- Style/TrailingCommaInArguments
- Style/SlicingWithRange
- Style/GlobalStdStream