File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
slack-api-explorer/commands Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2025-10-01 13:11:17 UTC using RuboCop version 1.81.1.
3+ # on 2025-10-01 13:23:05 UTC using RuboCop version 1.81.1.
44# The point is for the user to remove these configuration records
55# one by one as the offenses are removed from the code base.
66# Note that changes in the inspected code, or installation of new
@@ -61,13 +61,13 @@ RSpec/LetSetup:
6161 - ' spec/api/endpoints/status_endpoint_spec.rb'
6262 - ' spec/api/endpoints/teams_endpoint_spec.rb'
6363
64- # Offense count: 13
64+ # Offense count: 11
6565# Configuration parameters: .
6666# SupportedStyles: have_received, receive
6767RSpec/MessageSpies :
6868 EnforcedStyle : receive
6969
70- # Offense count: 28
70+ # Offense count: 26
7171RSpec/MultipleExpectations :
7272 Max : 7
7373
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def self.execute(client, args)
3131 client . owner . token ,
3232 args
3333 ] . flatten ) do |_ , stdout , stderr , _ |
34- yield stdout . gets . try ( :strip ) , stderr . gets . try ( :strip )
34+ yield stdout . read . try ( :strip ) , stderr . gets . try ( :strip )
3535 end
3636 end
3737 end
You can’t perform that action at this time.
0 commit comments