laserlemon/simple_oauth

View on GitHub
lib/simple_oauth/header.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Header has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Header
    ATTRIBUTE_KEYS = %i[callback consumer_key nonce signature_method timestamp token verifier version].freeze unless defined? ::SimpleOAuth::Header::ATTRIBUTE_KEYS

    IGNORED_KEYS = %i[consumer_secret token_secret signature].freeze unless defined? ::SimpleOAuth::Header::IGNORED_KEYS

Severity: Minor
Found in lib/simple_oauth/header.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status