We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7b5ae commit ce49e91Copy full SHA for ce49e91
.rubocop.yml
@@ -11,5 +11,10 @@ Metrics/LineLength:
11
Exclude:
12
- 'test/**/*'
13
14
+Metrics/MethodLength:
15
+ Max: 13
16
+ Exclude:
17
+ - 'test/**/*'
18
+
19
Style/HashSyntax:
20
EnforcedStyle: hash_rockets
.rubocop_todo.yml
@@ -5,15 +5,6 @@
5
# Note that changes in the inspected code, or installation of new
6
# versions of RuboCop, may require this file to be generated again.
7
8
-# Offense count: 11
9
-# Configuration parameters: CountComments.
10
-Metrics/MethodLength:
- Max: 20
-
-# Offense count: 1
-Metrics/PerceivedComplexity:
- Max: 8
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
0 commit comments