Skip to content

Bump rubocop-rbs_inline to 1.6.0 and drop RbsInline Excludes#183

Merged
tk0miya merged 1 commit into
mainfrom
chore/bump-rubocop-rbs_inline
Jul 6, 2026
Merged

Bump rubocop-rbs_inline to 1.6.0 and drop RbsInline Excludes#183
tk0miya merged 1 commit into
mainfrom
chore/bump-rubocop-rbs_inline

Conversation

@tk0miya

@tk0miya tk0miya commented Jul 6, 2026

Copy link
Copy Markdown
Owner

Summary

rubocop-rbs_inline 1.6.0 no longer reports the spec files that the
Style/RbsInline cops used to flag, so the spec/**/* Excludes are no
longer necessary.

Changes

  • Gemfile.lock: rubocop-rbs_inline 1.5.5 → 1.6.0
  • .rubocop.yml: remove the spec/**/* Excludes from
    Style/RbsInline/MissingTypeAnnotation and
    Style/RbsInline/RedundantTypeAnnotation, and drop the
    Style/RbsInline/UntypedInstanceVariable override

The cooldown: 7 source option is unchanged (it was only relaxed
temporarily to pull the freshly released 1.6.0 into the lockfile).

🤖 Generated with Claude Code

@tk0miya tk0miya force-pushed the chore/bump-rubocop-rbs_inline branch from b84f577 to dbf5326 Compare July 6, 2026 05:56
rubocop-rbs_inline 1.6.0 no longer reports the spec files that the
Style/RbsInline cops used to flag, so the spec Excludes are no longer
necessary. 1.6.0 does, however, now check class instance variables, so the
Configuration module needs explicit annotations.

- Gemfile.lock: rubocop-rbs_inline 1.5.5 -> 1.6.0
- .rubocop.yml: remove the spec Excludes from
  Style/RbsInline/MissingTypeAnnotation and RedundantTypeAnnotation, and
  drop the Style/RbsInline/UntypedInstanceVariable override
- configuration.rb: annotate the class instance variables with
  `# @RBS self.@...` (Style/RbsInline/UntypedInstanceVariable)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@tk0miya tk0miya force-pushed the chore/bump-rubocop-rbs_inline branch from dbf5326 to d513b45 Compare July 6, 2026 06:13
@tk0miya tk0miya merged commit bae8e26 into main Jul 6, 2026
6 checks passed
@tk0miya tk0miya deleted the chore/bump-rubocop-rbs_inline branch July 6, 2026 06:17
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.

1 participant