From 7b2c0acf7228ee4e64be4395fbe006d6a2702ceb Mon Sep 17 00:00:00 2001 From: kitchen-porter Date: Mon, 1 Jan 2024 01:04:47 +0000 Subject: [PATCH] Cookstyle 7.32.2 Fixes Issues found and resolved with: resources/install.rb - 5:1 refactor: Chef/Style/CopyrightCommentFormat - Properly format copyrights header comments https://docs.chef.io/workstation/cookstyle/chef_style_copyrightcommentformat Issues found and resolved with: resources/module.rb - 5:1 refactor: Chef/Style/CopyrightCommentFormat - Properly format copyrights header comments https://docs.chef.io/workstation/cookstyle/chef_style_copyrightcommentformat Issues found and resolved with: resources/state.rb - 5:1 refactor: Chef/Style/CopyrightCommentFormat - Properly format copyrights header comments https://docs.chef.io/workstation/cookstyle/chef_style_copyrightcommentformat Signed-off-by: kitchen-porter --- CHANGELOG.md | 3 +++ resources/install.rb | 2 +- resources/module.rb | 2 +- resources/state.rb | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd1746..34fcf5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ This file is used to list changes made in each version of the selinux cookbook. ## Unreleased +- resolved cookstyle error: resources/install.rb:5:1 refactor: `Chef/Style/CopyrightCommentFormat` +- resolved cookstyle error: resources/module.rb:5:1 refactor: `Chef/Style/CopyrightCommentFormat` +- resolved cookstyle error: resources/state.rb:5:1 refactor: `Chef/Style/CopyrightCommentFormat` ## 6.1.15 - *2023-09-29* ## 6.1.14 - *2023-09-04* diff --git a/resources/install.rb b/resources/install.rb index 9bb195c..34dde41 100644 --- a/resources/install.rb +++ b/resources/install.rb @@ -2,7 +2,7 @@ # Cookbook:: selinux # Resource:: install # -# Copyright:: 2016-2023, Chef Software, Inc. +# Copyright:: 2016-2024, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/resources/module.rb b/resources/module.rb index 3ac55ef..7bb0854 100644 --- a/resources/module.rb +++ b/resources/module.rb @@ -2,7 +2,7 @@ # Cookbook:: selinux # Resource:: module # -# Copyright:: 2016-2023, Chef Software, Inc. +# Copyright:: 2016-2024, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/resources/state.rb b/resources/state.rb index 36dee12..ced023e 100644 --- a/resources/state.rb +++ b/resources/state.rb @@ -2,7 +2,7 @@ # Cookbook:: selinux # Resource:: state # -# Copyright:: 2016-2023, Chef Software, Inc. +# Copyright:: 2016-2024, Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.