Skip to content

Releases: fairmoney/rubocop-fairmoney

v1.1.1

18 Jul 14:26
0555d66
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

18 Jul 13:53
e813530
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.1.0

1.0.3

24 Sep 15:25
910b78a
Compare
Choose a tag to compare

🐛 Bugfix

  • Fix crash on empty test description

Remove duplicate warning

22 Apr 13:00
e44ada9
Compare
Choose a tag to compare

🐛 Bugfix

  • Removed duplicate warning between Metrics/BlockLength and RSpec/ExampleLength

Remove obsolete parameter warning

21 Apr 15:52
9969166
Compare
Choose a tag to compare

💪 Improvements

  • Removed obsolete parameter warning when using ExcludedMethods on Metrics/BlockLength

Shared Rubocop config

21 Apr 15:41
f9ddfdc
Compare
Choose a tag to compare

✨ Features

  • Rubocop and other Rubocop extensions are now included as transitive dependencies
  • You can now import a common Rubocop config in your project with
inherit_gem:
  rubocop-fairmoney: rubocop.yml