|
1 | 1 | # This configuration was generated by
|
2 | 2 | # `rubocop --auto-gen-config`
|
3 |
| -# on 2020-02-13 20:05:34 +0900 using RuboCop version 0.68.1. |
| 3 | +# on 2020-03-01 03:15:48 +0900 using RuboCop version 0.68.1. |
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
|
@@ -266,14 +266,16 @@ Style/Dir:
|
266 | 266 | Exclude:
|
267 | 267 | - 'bin/annotate'
|
268 | 268 |
|
269 |
| -# Offense count: 7 |
| 269 | +# Offense count: 9 |
270 | 270 | Style/Documentation:
|
271 | 271 | Exclude:
|
272 | 272 | - 'spec/**/*'
|
273 | 273 | - 'test/**/*'
|
274 | 274 | - 'lib/annotate.rb'
|
275 | 275 | - 'lib/annotate/active_record_patch.rb'
|
276 | 276 | - 'lib/annotate/annotate_models.rb'
|
| 277 | + - 'lib/annotate/annotate_routes.rb' |
| 278 | + - 'lib/annotate/annotate_routes/helpers.rb' |
277 | 279 | - 'lib/annotate/version.rb'
|
278 | 280 | - 'lib/generators/annotate/install_generator.rb'
|
279 | 281 | - 'lib/tasks/annotate_models_migrate.rake'
|
@@ -307,7 +309,7 @@ Style/FormatStringToken:
|
307 | 309 | Exclude:
|
308 | 310 | - 'lib/annotate/annotate_models.rb'
|
309 | 311 |
|
310 |
| -# Offense count: 26 |
| 312 | +# Offense count: 27 |
311 | 313 | # Cop supports --auto-correct.
|
312 | 314 | # Configuration parameters: EnforcedStyle.
|
313 | 315 | # SupportedStyles: when_needed, always, never
|
@@ -422,7 +424,7 @@ Style/RedundantParentheses:
|
422 | 424 | # Configuration parameters: AllowMultipleReturnValues.
|
423 | 425 | Style/RedundantReturn:
|
424 | 426 | Exclude:
|
425 |
| - - 'lib/annotate/annotate_routes.rb' |
| 427 | + - 'lib/annotate/annotate_routes/helpers.rb' |
426 | 428 |
|
427 | 429 | # Offense count: 2
|
428 | 430 | # Cop supports --auto-correct.
|
|
0 commit comments