Fix rubocop offenses

This commit is contained in:
Alessio Caiazza 2017-11-02 17:08:56 +01:00
parent 31c256c154
commit a8d7e4bcb1
No known key found for this signature in database
GPG Key ID: 8655B9CB5B8B512E
4 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ module Clusters
APPLICATIONS = { APPLICATIONS = {
Clusters::Applications::Helm::NAME => Clusters::Applications::Helm Clusters::Applications::Helm::NAME => Clusters::Applications::Helm
} }.freeze
belongs_to :user belongs_to :user

View File

@ -91,7 +91,7 @@ module Clusters
api_url: api_url, api_url: api_url,
namespace: namespace, namespace: namespace,
token: token, token: token,
ca_pem: ca_cert, ca_pem: ca_cert
) )
end end

View File

@ -9,7 +9,7 @@ class CreateClustersKubernetesHelmApps < ActiveRecord::Migration
t.datetime_with_timezone :created_at, null: false t.datetime_with_timezone :created_at, null: false
t.datetime_with_timezone :updated_at, null: false t.datetime_with_timezone :updated_at, null: false
t.integer :status, null: false t.integer :status, null: false
t.string :version, null: false t.string :version, null: false
t.text :status_reason t.text :status_reason