We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6bb52 commit f52cb3bCopy full SHA for f52cb3b
.rubocop.yml
@@ -26,3 +26,10 @@ Style/TrailingCommaInLiteral:
26
27
Style/TrivialAccessors:
28
AllowPredicates: true
29
+
30
+Metrics/BlockLength:
31
+ Exclude:
32
+ - 'benchmark/setup_db.rb'
33
+ - '**/*.rake'
34
+ - 'spec/spec_helper.rb'
35
+ - 'spec/**/*_spec.rb'
.rubocop_todo.yml
@@ -19,11 +19,6 @@ Layout/IndentHeredoc:
19
Metrics/AbcSize:
20
Max: 90
21
22
-# Offense count: 31
23
-# Configuration parameters: CountComments, ExcludedMethods.
24
-Metrics/BlockLength:
25
- Max: 860
-
# Offense count: 1
# Configuration parameters: CountBlocks.
Metrics/BlockNesting:
0 commit comments