jwt/ruby-jwt

View on GitHub
lib/jwt.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Method decode has 5 arguments (exceeds 4 allowed). Consider refactoring.
Wontfix

  def decode(jwt, key = nil, verify = true, options = {}, &keyfinder) # rubocop:disable Style/OptionalBooleanParameter
Severity: Minor
Found in lib/jwt.rb - About 35 mins to fix

There are no issues that match your filters.

Category
Status