commit d60c618b4e7e142cef14f7a3acaa8b03997e8ce5 Author: Lance Albertson Date: Mon Oct 5 17:15:04 2020 -0700 Cookstyle 6.19.5 fixes Depends-On: https://review.opendev.org/756168 Change-Id: I6215914fbc6d2a1470b5b696b593c915f1b0572f Signed-off-by: Lance Albertson diff --git a/attributes/default.rb b/attributes/default.rb index 0f64eaf..3ecd726 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 # # Cookbook:: openstack-image # Attributes:: default diff --git a/providers/image.rb b/providers/image.rb index 64ab82d..7090871 100644 --- a/providers/image.rb +++ b/providers/image.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 # # Cookbook:: openstack-image # Provider:: image diff --git a/recipes/api.rb b/recipes/api.rb index f42fb77..c13b793 100644 --- a/recipes/api.rb +++ b/recipes/api.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 # # Cookbook:: openstack-image # Recipe:: api diff --git a/recipes/identity_registration.rb b/recipes/identity_registration.rb index 32c9a74..d1bbca6 100644 --- a/recipes/identity_registration.rb +++ b/recipes/identity_registration.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 # # Cookbook:: openstack-image # Recipe:: identity_registration diff --git a/recipes/image_upload.rb b/recipes/image_upload.rb index ed2dcf0..c087432 100644 --- a/recipes/image_upload.rb +++ b/recipes/image_upload.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 # # Cookbook:: openstack-image # Recipe:: image_upload diff --git a/recipes/swift_store.rb b/recipes/swift_store.rb index 98a7d6c..7098842 100644 --- a/recipes/swift_store.rb +++ b/recipes/swift_store.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 # # Cookbook:: openstack-image # Recipe:: swift_store diff --git a/resources/image.rb b/resources/image.rb index 03c92db..6cc2369 100644 --- a/resources/image.rb +++ b/resources/image.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 # # Cookbook:: openstack-image # Resource:: image diff --git a/spec/api-redhat_spec.rb b/spec/api-redhat_spec.rb index 687c94d..6e07fac 100644 --- a/spec/api-redhat_spec.rb +++ b/spec/api-redhat_spec.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 require_relative 'spec_helper' describe 'openstack-image::api' do diff --git a/spec/api_spec.rb b/spec/api_spec.rb index 3bb6106..247dfbb 100644 --- a/spec/api_spec.rb +++ b/spec/api_spec.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 require_relative 'spec_helper' describe 'openstack-image::api' do diff --git a/spec/identity_registration_spec.rb b/spec/identity_registration_spec.rb index 3f8f84d..f10bd4d 100644 --- a/spec/identity_registration_spec.rb +++ b/spec/identity_registration_spec.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 require_relative 'spec_helper' describe 'openstack-image::identity_registration' do diff --git a/spec/image_upload_spec.rb b/spec/image_upload_spec.rb index f15a24d..da4ffd2 100644 --- a/spec/image_upload_spec.rb +++ b/spec/image_upload_spec.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 require_relative 'spec_helper' describe 'openstack-image::image_upload' do diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index e9ceb45..adf0fa1 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 require 'chefspec' require 'chefspec/berkshelf' require 'chef/application' diff --git a/spec/swift_store-redhat_spec.rb b/spec/swift_store-redhat_spec.rb index c277206..89efceb 100644 --- a/spec/swift_store-redhat_spec.rb +++ b/spec/swift_store-redhat_spec.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 require_relative 'spec_helper' describe 'openstack-image::swift_store' do diff --git a/spec/swift_store_spec.rb b/spec/swift_store_spec.rb index c26309f..dc128d1 100644 --- a/spec/swift_store_spec.rb +++ b/spec/swift_store_spec.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 require_relative 'spec_helper' describe 'openstack-image::swift_store' do