digidentity/libsaml

View on GitHub
lib/saml/provider_stores/file.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method initialize has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

      def initialize(metadata_dir = "config/metadata",
                     encryption_key_file = "config/ssl/key.pem", encryption_key_password = nil,
                     signing_key_file = nil, signing_key_password = nil)
Severity: Minor
Found in lib/saml/provider_stores/file.rb - About 35 mins to fix

    Method load_files has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

          def load_files(metadata_dir, encryption_key_file, encryption_key_password = nil,
                         sign_key_file = nil, sign_key_password = nil)
    Severity: Minor
    Found in lib/saml/provider_stores/file.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status