Skip to content

Commit 9cb8fc5

Browse files
committed
Execute rubocop --auto-gen-config
1 parent b1f7342 commit 9cb8fc5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.rubocop_todo.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `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.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
@@ -266,14 +266,16 @@ Style/Dir:
266266
Exclude:
267267
- 'bin/annotate'
268268

269-
# Offense count: 7
269+
# Offense count: 9
270270
Style/Documentation:
271271
Exclude:
272272
- 'spec/**/*'
273273
- 'test/**/*'
274274
- 'lib/annotate.rb'
275275
- 'lib/annotate/active_record_patch.rb'
276276
- 'lib/annotate/annotate_models.rb'
277+
- 'lib/annotate/annotate_routes.rb'
278+
- 'lib/annotate/annotate_routes/helpers.rb'
277279
- 'lib/annotate/version.rb'
278280
- 'lib/generators/annotate/install_generator.rb'
279281
- 'lib/tasks/annotate_models_migrate.rake'
@@ -307,7 +309,7 @@ Style/FormatStringToken:
307309
Exclude:
308310
- 'lib/annotate/annotate_models.rb'
309311

310-
# Offense count: 26
312+
# Offense count: 27
311313
# Cop supports --auto-correct.
312314
# Configuration parameters: EnforcedStyle.
313315
# SupportedStyles: when_needed, always, never
@@ -422,7 +424,7 @@ Style/RedundantParentheses:
422424
# Configuration parameters: AllowMultipleReturnValues.
423425
Style/RedundantReturn:
424426
Exclude:
425-
- 'lib/annotate/annotate_routes.rb'
427+
- 'lib/annotate/annotate_routes/helpers.rb'
426428

427429
# Offense count: 2
428430
# Cop supports --auto-correct.

0 commit comments

Comments
 (0)