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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fix a false positive for RSpec/RepeatedDescription when different its block expectations are used. (@ydah)
Add named_only style to RSpec/NamedSubject. (@kuahyeow)
Fix RSpec/FactoryBot/ConsistentParenthesesStyle to ignore calls without the first positional argument. (@pirj)
Fix RSpec/FactoryBot/ConsistentParenthesesStyle to ignore calls inside a Hash or an Array. (@pirj)
Fix RSpec/NestedGroups to correctly use AllowedGroups config. (@samrjenkins)
Remove Runners and HookScopes RSpec DSL elements from configuration. (@pirj)
Add with default RSpec/Language config helper to lib (under rubocop/rspec/shared_contexts/default_rspec_language_config_context), to allow use for downstream cops based on RuboCop::Cop::RSpec::Base. (@smcgivern)