Skip to content

Commit 39e5e15

Browse files
committed
Execute rubocop --auto-gen-config
1 parent c821eca commit 39e5e15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.rubocop_todo.yml

Lines changed: 4 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-26 19:28:00 +0900 using RuboCop version 0.68.1.
3+
# on 2020-02-26 20:06:07 +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
@@ -21,7 +21,7 @@ Gemspec/RequiredRubyVersion:
2121
Exclude:
2222
- 'annotate.gemspec'
2323

24-
# Offense count: 65
24+
# Offense count: 62
2525
# Cop supports --auto-correct.
2626
# Configuration parameters: EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
2727
# SupportedHashRocketStyles: key, separator, table
@@ -30,7 +30,7 @@ Gemspec/RequiredRubyVersion:
3030
Layout/AlignHash:
3131
Exclude:
3232
- 'lib/generators/annotate/templates/auto_annotate_models.rake'
33-
- 'spec/lib/annotate/annotate_models_spec.rb'
33+
- 'spec/spec_helper.rb'
3434

3535
# Offense count: 1
3636
# Cop supports --auto-correct.
@@ -526,7 +526,7 @@ Style/UnneededPercentQ:
526526
Exclude:
527527
- 'annotate.gemspec'
528528

529-
# Offense count: 376
529+
# Offense count: 377
530530
# Cop supports --auto-correct.
531531
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
532532
# URISchemes: http, https

0 commit comments

Comments
 (0)