Skip to content

Commit e884b0c

Browse files
committed
Update rubocop todo
1 parent 7296908 commit e884b0c

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 2019-02-09 13:56:24 +0000 using RuboCop version 0.63.1.
3+
# on 2019-02-11 10:20:16 +0000 using RuboCop version 0.63.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
@@ -10,19 +10,19 @@
1010
Metrics/AbcSize:
1111
Max: 22
1212

13-
# Offense count: 2
13+
# Offense count: 3
1414
Metrics/CyclomaticComplexity:
1515
Max: 10
1616

17-
# Offense count: 1
17+
# Offense count: 2
1818
# Configuration parameters: CountComments, ExcludedMethods.
1919
Metrics/MethodLength:
2020
Max: 13
2121

2222
# Offense count: 1
2323
# Configuration parameters: CountKeywordArgs.
2424
Metrics/ParameterLists:
25-
Max: 8
25+
Max: 10
2626

2727
# Offense count: 1
2828
Metrics/PerceivedComplexity:

0 commit comments

Comments
 (0)