|
1 | 1 | # This configuration was generated by
|
2 | 2 | # `rubocop --auto-gen-config`
|
3 |
| -# on 2023-02-09 12:00:54 UTC using RuboCop version 1.45.1. |
| 3 | +# on 2024-02-06 10:24:39 UTC using RuboCop version 1.57.2. |
4 | 4 | # The point is for the user to remove these configuration records
|
5 | 5 | # one by one as the offenses are removed from the code base.
|
6 | 6 | # Note that changes in the inspected code, or installation of new
|
@@ -28,7 +28,7 @@ Layout/EmptyLineAfterMagicComment:
|
28 | 28 |
|
29 | 29 | # Offense count: 1
|
30 | 30 | # This cop supports safe autocorrection (--autocorrect).
|
31 |
| -# Configuration parameters: EmptyLineBetweenMethodDefs, EmptyLineBetweenClassDefs, EmptyLineBetweenModuleDefs, AllowAdjacentOneLineDefs, NumberOfEmptyLines. |
| 31 | +# Configuration parameters: EmptyLineBetweenMethodDefs, EmptyLineBetweenClassDefs, EmptyLineBetweenModuleDefs, DefLikeMacros, AllowAdjacentOneLineDefs, NumberOfEmptyLines. |
32 | 32 | Layout/EmptyLineBetweenDefs:
|
33 | 33 | Exclude:
|
34 | 34 | - 'lib/tetra/project_initer.rb'
|
@@ -93,6 +93,7 @@ Lint/InheritException:
|
93 | 93 | - 'lib/tetra/facades/process_runner.rb'
|
94 | 94 |
|
95 | 95 | # Offense count: 2
|
| 96 | +# Configuration parameters: AllowedParentClasses. |
96 | 97 | Lint/MissingSuper:
|
97 | 98 | Exclude:
|
98 | 99 | - 'lib/tetra/facades/process_runner.rb'
|
@@ -138,11 +139,13 @@ Style/AccessorGrouping:
|
138 | 139 |
|
139 | 140 | # Offense count: 1
|
140 | 141 | # This cop supports unsafe autocorrection (--autocorrect-all).
|
| 142 | +# Configuration parameters: MinBranchesCount. |
141 | 143 | Style/CaseLikeIf:
|
142 | 144 | Exclude:
|
143 | 145 | - 'lib/tetra/ui/get_pom_subcommand.rb'
|
144 | 146 |
|
145 | 147 | # Offense count: 1
|
| 148 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
146 | 149 | Style/CombinableLoops:
|
147 | 150 | Exclude:
|
148 | 151 | - 'spec/lib/fine/package_spec.rb'
|
@@ -287,7 +290,7 @@ Style/RedundantRegexpEscape:
|
287 | 290 | Exclude:
|
288 | 291 | - 'lib/tetra/version_matcher.rb'
|
289 | 292 |
|
290 |
| -# Offense count: 2 |
| 293 | +# Offense count: 3 |
291 | 294 | # This cop supports safe autocorrection (--autocorrect).
|
292 | 295 | # Configuration parameters: AllowMultipleReturnValues.
|
293 | 296 | Style/RedundantReturn:
|
|
0 commit comments