File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2024-02-01 15:28:54 UTC using RuboCop version 1.48.1 .
3
+ # on 2024-05-12 16:41:11 UTC using RuboCop version 1.63.5 .
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
@@ -20,6 +20,7 @@ Lint/EmptyBlock:
20
20
- ' test/hyperclient/entry_point_test.rb'
21
21
22
22
# Offense count: 4
23
+ # Configuration parameters: AllowedParentClasses.
23
24
Lint/MissingSuper :
24
25
Exclude :
25
26
- ' lib/hyperclient/attributes.rb'
Original file line number Diff line number Diff line change 2
2
3
3
### 2.0.1 (Next)
4
4
5
+ * [ #298 ] ( https://github.com/codegram/hyperclient/pull/298 ) : Upgraded rubocop to 1.63.5 - [ @dblock ] ( https://github.com/dblock ) .
5
6
* Your contribution here.
6
7
7
8
### 2.0.0 (2024/02/01)
Original file line number Diff line number Diff line change 13
13
14
14
group :development , :test do
15
15
gem 'rake'
16
- gem 'rubocop' , '~> 1.48.0 ' , require : false
16
+ gem 'rubocop' , '~> 1.63.5 ' , require : false
17
17
gem 'rubocop-minitest' , require : false
18
18
gem 'rubocop-rake' , require : false
19
19
gem 'simplecov' , require : false
Original file line number Diff line number Diff line change 7
7
8
8
# enumerate splines
9
9
api . splines . each do |spline |
10
- puts spline . uuid . to_s
10
+ puts spline . uuid
11
11
puts " reticulated: #{ spline . reticulated ? 'yes' : 'no' } "
12
12
puts " thumbnail: #{ spline [ 'images:thumbnail' ] } "
13
13
end
You can’t perform that action at this time.
0 commit comments