berkes/postgres_key_value

View on GitHub
lib/postgres_key_value/utils.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

PostgresKeyValue::Utils::DatabaseConnections#db_host doesn't depend on instance state (maybe move it to another class?)
Open

      def db_host
Severity: Minor
Found in lib/postgres_key_value/utils.rb by reek

A Utility Function is any instance method that has no dependency on the state of the instance.

PostgresKeyValue::Utils::DatabaseConnections#db_name doesn't depend on instance state (maybe move it to another class?)
Open

      def db_name
Severity: Minor
Found in lib/postgres_key_value/utils.rb by reek

A Utility Function is any instance method that has no dependency on the state of the instance.

PostgresKeyValue::Utils::DatabaseConnections#db_port doesn't depend on instance state (maybe move it to another class?)
Open

      def db_port
Severity: Minor
Found in lib/postgres_key_value/utils.rb by reek

A Utility Function is any instance method that has no dependency on the state of the instance.

PostgresKeyValue::Utils::DatabaseConnections#db_password doesn't depend on instance state (maybe move it to another class?)
Open

      def db_password
Severity: Minor
Found in lib/postgres_key_value/utils.rb by reek

A Utility Function is any instance method that has no dependency on the state of the instance.

PostgresKeyValue::Utils::DatabaseConnections#db_user doesn't depend on instance state (maybe move it to another class?)
Open

      def db_user
Severity: Minor
Found in lib/postgres_key_value/utils.rb by reek

A Utility Function is any instance method that has no dependency on the state of the instance.

There are no issues that match your filters.

Category
Status