Skip to content

Commit 215937f

Browse files
committed
Disable InternalAffairs/MethodNameEqual cop
1 parent 447c086 commit 215937f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.rubocop_todo.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2019-08-06 21:29:02 +0300 using RuboCop version 0.70.0.
3+
# on 2019-12-12 15:15:34 +0200 using RuboCop version 0.77.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
77
# versions of RuboCop, may require this file to be generated again.
88

9+
# Offense count: 9
10+
# Cop supports --auto-correct.
11+
InternalAffairs/MethodNameEqual:
12+
Enabled: false
13+
914
# Offense count: 1
1015
# Configuration parameters: CountComments.
1116
Metrics/ClassLength:

0 commit comments

Comments
 (0)