Skip to content

Fix rubocop 1.86.2 lint#447

Merged
Sharpie merged 2 commits into
OpenVoxProject:mainfrom
Sharpie:fix-rubocop-1862-lint
May 14, 2026
Merged

Fix rubocop 1.86.2 lint#447
Sharpie merged 2 commits into
OpenVoxProject:mainfrom
Sharpie:fix-rubocop-1862-lint

Conversation

@Sharpie
Copy link
Copy Markdown
Member

@Sharpie Sharpie commented May 14, 2026

Short description

This changeset fixes a pair of linting errors that showed up after the Rubocop version was upgraded from 1.86.1 to 1.82.6.

Checklist

I have:

Sharpie added 2 commits May 14, 2026 17:41
Signed-off-by: Charlie Sharpsteen <charlie@overlookinfratech.com>
After the Rubocop version was upgraded from 1.86.1 -> 1.86.2, the
`Lint/ParenthesesAsGroupedExpression` cop started flagging
`raise yield()` constructions in `sub_lookup.rb` as violations.

This commit adds `# rubocop:disable` comments that deactivate that
cop for the region of the file where `raise yield()` is used.

Signed-off-by: Charlie Sharpsteen <charlie@overlookinfratech.com>
@Sharpie Sharpie enabled auto-merge May 14, 2026 23:00
@Sharpie Sharpie merged commit ee09c88 into OpenVoxProject:main May 14, 2026
15 checks passed
@Sharpie Sharpie deleted the fix-rubocop-1862-lint branch May 20, 2026 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants