Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated PR: Cookstyle Changes #127

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

## 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`

Check failure on line 9 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / markdownlint-cli2

Lists should be surrounded by blank lines

CHANGELOG.md:9 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- resolved cookstyle error: re..."] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md032.md
## 6.2.2 - *2024-11-18*

Check failure on line 10 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / markdownlint-cli2

Headings should be surrounded by blank lines

CHANGELOG.md:10 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "## 6.2.2 - *2024-11-18*"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md022.md

Standardise files with files in sous-chefs/repo-management

Expand Down
2 changes: 1 addition & 1 deletion resources/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook:: selinux
# Resource:: install
#
# Copyright:: 2016-2024, Chef Software, Inc.
# Copyright:: 2016-2025, 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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook:: selinux
# Resource:: module
#
# Copyright:: 2016-2024, Chef Software, Inc.
# Copyright:: 2016-2025, 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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook:: selinux
# Resource:: state
#
# Copyright:: 2016-2024, Chef Software, Inc.
# Copyright:: 2016-2025, 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
Loading