Skip to content

RuboCop RSpec v3.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 14:26
· 2 commits to master since this release
bc888bb
  • Fix RSpec/SortMetadata cop to limit sorting to trailing metadata arguments. (@cbliard)
  • Replace RSpec/StringAsInstanceDoubleConstant with RSpec/VerifiedDoubleReference configured to only support constant class references. (@corsonknowles)
  • Fix RSpec/EmptyExampleGroup cop false positive when a simple conditional is used inside an iterator. (@lovro-bikic)