relnotes/v0.85.0.md
CheckDefinitionPathHierarchy option for Naming/FileName. (@jschneid)Style/RedundantRegexpCharacterClass cop. (@owst)expect_offense to help format offense templates. (@marcandre)Style/RedundantRegexpEscape cop. (@owst)OnlyFor to the Bundler/GemComment cop. (@ric2b)AllowedNames option for Naming/ClassAndModuleCamelCase. (@tejasbubane)--display-only-failed that can be used with --format junit. Speeds up test report processing for large codebases and helps address the sorts of concerns raised at mikian/rubocop-junit-formatter #18. (@burnettk)Lint/MixedRegexpCaptureTypes cop. (@pocke)Lint/SuppressedException when empty rescue block in def. (@koic)Lint/DeprecatedOpenSSLConstant when deprecated OpenSSL constant is used in a block. (@koic)Lint/SuppressedException when empty rescue with comment in def. (@koic)inherit_gem in remote configs. (@CvX)Lint/DeprecatedOpenSSLConstant when using double quoted string argument. (@koic)--disable-uncorrectable would not update uncorrected code with rubocop:todo. (@rrosenblum)Lint/DeprecatedOpenSSLConstant when argument is a variable, method, or constant. (@koic)Layout/HeredocIndentation, so it only recommends using squiggly heredoc. (@bquorning)