Skip to content

v2.13.0

Compare
Choose a tag to compare
@sambostock sambostock released this 11 Apr 15:26
· 229 commits to main since this release
259a946

What's Changed

Enabled Cops

The following cops have been enabled:

Changed Cops

  • Layout/LineLength now allows inline # rubocop:disable ... comments to exceed the line length. (#488)
  • Layout/LineLength now allows def test_... lines to exceed the line length limit, making it consistent with test "..." do lines, which were already permitted to exceed the limit. (#496)
  • Naming/MethodName now allows methods starting with test_ to violate the snake_case convention. (#511)
  • Style/AndOr now allows and and or outside of conditionals (which must still use && and || instead). (#515)

Minimum Rubocop Version

The minimum Rubocop version is now 1.50.0 (#525).

Relevant PRs

New Contributors

Full Changelog: v2.12.0...v2.13.0