lib/qyu/store/base.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Base has 23 methods (exceeds 20 allowed). Consider refactoring.
Open

    class Base
      # This class acts as an interface for any store implemented for Qyu
      # Implement the following methods in any store and it should work seemlessly
      def self.valid_config?(_config)
        fail Qyu::Errors::NotImplementedError
Severity: Minor
Found in lib/qyu/store/base.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status