|
@@ -23,20 +23,6 @@ Lint/SafeNavigationChain:
|
23
|
23
|
Exclude:
|
24
|
24
|
- 'app/controllers/api_controller.rb'
|
25
|
25
|
|
26
|
|
-# Offense count: 2
|
27
|
|
-# Cop supports --auto-correct.
|
28
|
|
-# Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
|
29
|
|
-Lint/UnusedBlockArgument:
|
30
|
|
- Exclude:
|
31
|
|
- - 'db/seeds.rb'
|
32
|
|
-
|
33
|
|
-# Offense count: 1
|
34
|
|
-# Cop supports --auto-correct.
|
35
|
|
-# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods.
|
36
|
|
-Lint/UnusedMethodArgument:
|
37
|
|
- Exclude:
|
38
|
|
- - 'app/helpers/application_helper.rb'
|
39
|
|
-
|
40
|
26
|
# Offense count: 30
|
41
|
27
|
Metrics/AbcSize:
|
42
|
28
|
Max: 71
|