Merged
Conversation
This commit excludes files that modify classes from other Libraries from the Style/OneClassPerFile Rubocop check as the use of multiple class entries is intentional. Signed-off-by: Charlie Sharpsteen <[email protected]>
This commit updates `rules.rb` to satisfy Rubocop Style/MapJoin by removing explicit stringification before calling `.join`. The call to `.map(&:to_s)` is redundant as the documented behavior of `Array#join` is: > - Uses `element.to_s` if element is not a `kind_of?(Array)` > https://docs.ruby-lang.org/en/3.2/Array.html#method-i-join Signed-off-by: Charlie Sharpsteen <[email protected]>
This commit updates the `hashable` extension to satisfy the Rubocop Style/ReduceToHash check. Signed-off-by: Charlie Sharpsteen <[email protected]>
nmburgan
approved these changes
Apr 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Short description
This changeset, hopefully, fixes the Rubocop link checks that have been causing the automated test Pipelines to fail.
Checklist
I have:
Signed-off-byannotation to each of my commits