Skip to content

Commit

Permalink
Address manual rubocop fixes
Browse files Browse the repository at this point in the history
JDutil committed Jun 18, 2024

Verified

This commit was signed with the committer’s verified signature.
JDutil Jeff Dutil
1 parent 2619c8f commit 57afc34
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Relaxed.Ruby.Style
## Version 2.1
AllCops:
TargetRubyVersion: 2.7.5
TargetRubyVersion: 3.0.0

Gemspec/OrderedDependencies:
Enabled: false
1 change: 1 addition & 0 deletions lib/contentful_lite/base_array.rb
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@ class BaseArray < Delegator
# @param raw [Hash] raw response from Contentful API
# @api private
def initialize(raw)
super
@total = raw['total']
@skip = raw['skip']
@limit = raw['limit']

0 comments on commit 57afc34

Please sign in to comment.