Skip to content

Commit

Permalink
chore(rack3): More Stupid Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jan 23, 2025
1 parent 40303b8 commit d9a7e9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/webmachine/adapters/rack3_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ def build_webmachine_request(rack_req, headers)
class RackRequest < Webmachine::Request
attr_reader :env

# Yeah, Rubocop, piss off!
# rubocop:disable ParameterLists
def initialize(method, uri, headers, body, routing_tokens, base_uri, env)
super(method, uri, headers, body, routing_tokens, base_uri)
@env = env
Expand Down

0 comments on commit d9a7e9f

Please sign in to comment.