Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmchan committed Oct 23, 2023
1 parent cfe10c2 commit 5f51251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Metrics/BlockLength:

AllCops:
NewCops: enable
TargetRubyVersion: 2.6
TargetRubyVersion: 2.7
Exclude:
- vendor/bundle/**/*
# exclude protoc generated code
Expand Down
2 changes: 1 addition & 1 deletion spec/support/shared_context/client_mocks.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# rubocop:disable Metrics/BlockLength
RSpec.shared_context 'client mocks' do # rubocop:disable Rspec/ContextWording
RSpec.shared_context 'client mocks' do # rubocop:disable RSpec/ContextWording
attr_reader :sent_evaluate_request, :sent_endorse_request, :sent_submit_request
attr_reader :sent_proposal
attr_reader :sent_chaincode_proposal_payload
Expand Down

0 comments on commit 5f51251

Please sign in to comment.