riboseinc/transcryptor

View on GitHub

Showing 3 of 3 total issues

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

  def re_encrypt_column(table_name, attribute_name, old_opts = {}, new_opts = {}, transcryptor_opts = {})
Severity: Minor
Found in lib/transcryptor/active_record/re_encrypt_statement.rb - About 35 mins to fix

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

      def re_encrypt_column(table_name, attribute_name, old_opts = {}, new_opts = {}, transcryptor_opts = {})
    Severity: Minor
    Found in lib/transcryptor/data_mapper/re_encrypt_statement.rb - About 35 mins to fix

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

        def re_encrypt(table_name, attribute_name, old_opts, new_opts, transcryptor_opts = {})
      Severity: Minor
      Found in lib/transcryptor/instance.rb - About 35 mins to fix
        Severity
        Category
        Status
        Source
        Language