Skip to content

Commit

Permalink
chore: ignore rubocop error (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored Sep 19, 2024
1 parent 2c592f1 commit b38926f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omniauth/strategies/realme.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

module OmniAuth
module Strategies
class Realme
class Realme # rubocop:disable Metrics/ClassLength
class Error < StandardError; end
class RelayStateTooLongError < Error; end

Expand Down

0 comments on commit b38926f

Please sign in to comment.