File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# This configuration was generated by `rubocop --auto-gen-config`
2
- # on 2015-03-22 20:12:08 -0300 using RuboCop version 0.28 .0.
2
+ # on 2015-05-21 22:47:03 +0700 using RuboCop version 0.31 .0.
3
3
# The point is for the user to remove these configuration records
4
4
# one by one as the offenses are removed from the code base.
5
5
# Note that changes in the inspected code, or installation of new
@@ -12,13 +12,13 @@ Metrics/AbcSize:
12
12
# Offense count: 1
13
13
# Configuration parameters: CountComments.
14
14
Metrics/ClassLength :
15
- Max : 337
15
+ Max : 328
16
16
17
17
# Offense count: 5
18
18
Metrics/CyclomaticComplexity :
19
19
Max : 17
20
20
21
- # Offense count: 175
21
+ # Offense count: 176
22
22
# Configuration parameters: AllowURI, URISchemes.
23
23
Metrics/LineLength :
24
24
Max : 146
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ group :development, :test do
12
12
gem 'json'
13
13
gem 'rspec'
14
14
gem 'rack-test' , '~> 0.6.2' , require : 'rack/test'
15
- gem 'rubocop' , '0.28 .0'
15
+ gem 'rubocop' , '0.31 .0'
16
16
end
Original file line number Diff line number Diff line change @@ -433,7 +433,8 @@ def presented
433
433
end
434
434
435
435
def initialize ( object , options = { } )
436
- @object , @options = object , options
436
+ @object = object
437
+ @options = options
437
438
end
438
439
439
440
def exposures
You can’t perform that action at this time.
0 commit comments