Skip to content

Commit

Permalink
Cookstyle 7.32.2 Fixes (#116)
Browse files Browse the repository at this point in the history
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 <board@sous-chefs.org>
Co-authored-by: Corey Hemminger <hemminger@hotmail.com>
  • Loading branch information
kitchen-porter and Stromweld committed May 3, 2024
1 parent 23ff995 commit 135d8e0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,10 @@ 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.17 - *2024-05-03*

## 6.1.16 - *2024-05-03*
Expand Down
2 changes: 1 addition & 1 deletion resources/install.rb
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion resources/module.rb
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion resources/state.rb
Expand Up @@ -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.
Expand Down

0 comments on commit 135d8e0

Please sign in to comment.