Skip to content

Commit bd9b114

Browse files
bellebaumanakinj
authored andcommitted
Remove superfluous Rubocop disable
1 parent d39b60c commit bd9b114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jwt/jwk/rsa.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module JWT
44
module JWK
5-
class RSA < KeyBase # rubocop:disable Metrics/ClassLength
5+
class RSA < KeyBase
66
BINARY = 2
77
KTY = 'RSA'
88
KTYS = [KTY, OpenSSL::PKey::RSA].freeze

0 commit comments

Comments
 (0)