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

Closed
wants to merge 1 commit into from
Closed
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Unreleased

- resolved cookstyle error: recipes/nodejs_from_source.rb:26:6 refactor: `Chef/Correctness/InvalidPlatformInCase`

Check failure on line 5 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / markdownlint-cli2

Lists should be surrounded by blank lines

CHANGELOG.md:5 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
## 10.1.22 - *2024-11-19*

Check failure on line 6 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / markdownlint-cli2

Headings should be surrounded by blank lines

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

- Update default version to current LTS

Expand Down
2 changes: 1 addition & 1 deletion recipes/nodejs_from_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
build_essential 'install build tools'

case node['platform']
when 'rhel', 'fedora', 'amazon'
when 'redhat', 'fedora', 'amazon'
# The ark resource uses and requires python2 for builds
package %w(openssl-devel python3 tar)
# debian-12 & ubuntu 2204 need python 3
Expand Down
Loading