relnotes/v0.87.0.md
Cop::Base is the new recommended base class for cops. (@marcandre)Style/AccessorGrouping cop. (@fatkodima)Style/BisectedAttrAccessor cop. (@fatkodima)AsciiConstants option for Naming/AsciiIdentifiers. (@fatkodima)Style/RedundantAssignment cop. (@fatkodima)CountAsOne option for code length related Metric cops. (@fatkodima)Lint/InterpolationCheck. (@koic)Style/IfUnlessModifierOfIfUnless. (@koic)Lint/SafeNavigationWithEmpty. (@koic)Lint/ParenthesesAsGroupedExpression in when using operators or chain functions. (@CamilleDrapier)Style/RedundantFetchBlock when using with Rails.cache. (@fatkodima)Style/RedundantFetchBlock when using #fetch with empty block. (@koic)Style/RedundantRegexpCharacterClass when using [\b]. (@owst)Style/RedundantRegexpCharacterClass when using a leading escaped ]. (@owst)Style/RedundantParentheses with hash literal as first argument to yield. (@karlwithak).rubocop.yml from personal folders to check for exclusions if there's a project configuration. (@deivid-rodriguez)Team, Commissioner, Corrector. Cop::Cop#corrections not completely compatible. See Upgrade Notes. (@marcandre)rubocop -a / --autocorrect no longer run unsafe corrections; rubocop -A / --autocorrect-all run both safe and unsafe corrections. Options --safe-autocorrect is deprecated. (@marcandre)ConsiderPunctuation setting is set to true. (@marcandre)Style/ClassVars cop now detects class_variable_set. (@biinari)::Const in various cops. (@biinari)