theforeman/foreman-docker

View on GitHub
app/models/foreman_docker/docker.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class Docker has 28 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Docker < ::ComputeResource
    validates :url, :format => { :with => URI.regexp }, :presence => true
    validates :email, :format => { :with => /.+@.+\..+/i }, :allow_blank => true

    def self.model_name
Severity: Minor
Found in app/models/foreman_docker/docker.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status