Aigeruth/docker-private-registry

View on GitHub
backends/local_storage/image.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class LocalStorageImage has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

    class LocalStorageImage < BaseImage
      PREFIX = 'images'

      def path
        File.join LocalStorageBackend.storage_path, PREFIX, id
Severity: Minor
Found in backends/local_storage/image.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status