Skip to content

Commit

Permalink
🚨 Lint II
Browse files Browse the repository at this point in the history
  • Loading branch information
jcroteau committed Aug 17, 2023
1 parent 2ed9fab commit bede82e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/services/deprecation_warnings/base_handler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ class << self
# Subclasses must respond to `.call` to play nice with `ActiveSupport::Deprecation.behavior=`.
# https://github.com/rails/rails/blob/a4581b53aae93a8dd3205abae0630398cbce9204/activesupport/lib/active_support/deprecation/behaviors.rb#L70-L71
# :reek:LongParameterList
# :reek:UnusedParameters
def call(message, callstack, deprecation_horizon, gem_name)
def call(_message, _callstack, _deprecation_horizon, _gem_name)
fail NotImplementedError
end

Expand Down

0 comments on commit bede82e

Please sign in to comment.