From 04439af12e5aaeefb4966cc2f26a777bd77a13ba Mon Sep 17 00:00:00 2001 From: Cookstyle Bot Date: Thu, 17 Sep 2020 12:26:32 -0700 Subject: [PATCH] Cookstyle Bot Auto Corrections with Cookstyle 6.18.8 This change is automatically generated by the Cookstyle Bot using the latest version of Cookstyle (6.18.8). Adopting changes suggested by Cookstyle improves cookbook readability, avoids common coding mistakes, and eases upgrades to newer versions of the Chef Infra Client. ### Style/Encoding - **/recipes/maps.rb:1**: Unnecessary utf-8 encoding comment. - **/test/integration/sasl_auth_multiple/serverspec/sasl_auth_multiple_spec.rb:1**: Unnecessary utf-8 encoding comment. - **/test/integration/sasl_auth_one/serverspec/sasl_auth_one_spec.rb:1**: Unnecessary utf-8 encoding comment. Signed-off-by: Cookstyle --- recipes/maps.rb | 1 - .../sasl_auth_multiple/serverspec/sasl_auth_multiple_spec.rb | 1 - test/integration/sasl_auth_one/serverspec/sasl_auth_one_spec.rb | 1 - 3 files changed, 3 deletions(-) diff --git a/recipes/maps.rb b/recipes/maps.rb index 4c853a5..a1b612f 100644 --- a/recipes/maps.rb +++ b/recipes/maps.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # Copyright:: 2012-2019, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/test/integration/sasl_auth_multiple/serverspec/sasl_auth_multiple_spec.rb b/test/integration/sasl_auth_multiple/serverspec/sasl_auth_multiple_spec.rb index 6210b79..c0c4979 100644 --- a/test/integration/sasl_auth_multiple/serverspec/sasl_auth_multiple_spec.rb +++ b/test/integration/sasl_auth_multiple/serverspec/sasl_auth_multiple_spec.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # Copyright:: 2012-2019, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/test/integration/sasl_auth_one/serverspec/sasl_auth_one_spec.rb b/test/integration/sasl_auth_one/serverspec/sasl_auth_one_spec.rb index 90b93d2..1e3cb3d 100644 --- a/test/integration/sasl_auth_one/serverspec/sasl_auth_one_spec.rb +++ b/test/integration/sasl_auth_one/serverspec/sasl_auth_one_spec.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # Copyright:: 2012-2019, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License");