Update dependency foodcritic to v16#1242
Conversation
|
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d81cd4f2de
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| group :test do | ||
| gem "tailor", '~> 1.4.1' # Ruby style | ||
| gem "foodcritic", '~> 15.1.0' # Lint testing | ||
| gem "foodcritic", '~> 16.3.0' # Lint testing |
There was a problem hiding this comment.
Update the bundled lockfile with foodcritic
This changes the Gemfile to require foodcritic 16.3, but dd-agent-testing/Gemfile.lock is still checked in with foodcritic (15.1.0) and foodcritic (~> 15.1.0) in DEPENDENCIES. The dd-agent-testing image copies both files before bundle install (dd-agent-testing/Dockerfile:50-51), so frozen/deployment installs will reject the bundle and non-frozen Docker builds will resolve an uncommitted lockfile instead of using the reviewed dependency set; please commit the regenerated lockfile with the 16.3.0 resolution.
Useful? React with 👍 / 👎.
This PR contains the following updates:
'~> 15.1.0'→'~> 16.3.0'Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
acrmp/foodcritic (foodcritic)
v16.3.0Compare Source
Please keep in mind that Foodcritic is considered EOL. This release is being made to reduce the side of dependencies in Chef Workstation. Users of Foodcritic should migrate to Cookstyle which ships with nearly 200 Chef cookbook cops and autocorrects code.
v16.2.0Compare Source
v16.1.1Compare Source
v16.1.0Compare Source
--ast-cache-sizecommand line option. Thanks @Babarv16.0.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.