Skip to content

Commit 5a2bff9

Browse files
committed
Fix: rubocop --auto-gen-config
1 parent 08c32f0 commit 5a2bff9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.rubocop_todo.yml

Lines changed: 7 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 2018-10-26 17:08:37 +0200 using RuboCop version 0.60.0.
3+
# on 2019-07-16 18:09:04 +0200 using RuboCop version 0.71.0.
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
@@ -12,7 +12,10 @@ Lint/ShadowedException:
1212
- 'lib/jekyll-gist/gist_tag.rb'
1313

1414
# Offense count: 1
15-
# Configuration parameters: Max.
1615
Metrics/AbcSize:
17-
Exclude:
18-
- 'lib/jekyll-gist/gist_tag.rb'
16+
Max: 24
17+
18+
# Offense count: 1
19+
# Configuration parameters: CountComments, ExcludedMethods.
20+
Metrics/MethodLength:
21+
Max: 21

0 commit comments

Comments
 (0)