Skip to content

Commit

Permalink
Cut down on stream spec violations
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Jun 5, 2024
1 parent 384c4f9 commit f09d93b
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 201 deletions.
4 changes: 2 additions & 2 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-06-05 01:06:47 UTC using RuboCop version 1.28.0.
# on 2024-06-05 01:25:45 UTC using RuboCop version 1.28.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down Expand Up @@ -163,7 +163,7 @@ RSpec/FilePath:
- 'spec/server_spec.rb'
- 'spec/stream_spec.rb'

# Offense count: 432
# Offense count: 239
# Configuration parameters: AssignmentOnly.
RSpec/InstanceVariable:
Exclude:
Expand Down
Loading

0 comments on commit f09d93b

Please sign in to comment.