You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some rubocop versions prioritize ~/.config/rubocop/config.yml over the
project's .rubocop.yml, causing all project settings to be ignored.
Explicitly specify the config file in the Rake task to work around this,
and update CI to use rake rubocop instead of invoking rubocop directly.
Also bump rubocop and rubocop-performance minimum versions to support
the plugins directive, and switch from require to plugins in .rubocop.yml.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
0 commit comments