Releases: fairmoney/rubocop-fairmoney
Releases · fairmoney/rubocop-fairmoney
v1.1.1
What's Changed
- Allow
rubygems.pkg.github.com
in gemspec by @karniv00l in #11
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Publish gem to Github Packages by @karniv00l in #9
- Migrate tests from Travis to GH Actions by @karniv00l in #10
Full Changelog: v1.0.3...v1.1.0
1.0.3
Remove duplicate warning
🐛 Bugfix
- Removed duplicate warning between
Metrics/BlockLength
andRSpec/ExampleLength
Remove obsolete parameter warning
💪 Improvements
- Removed obsolete parameter warning when using
ExcludedMethods
onMetrics/BlockLength
Shared Rubocop config
✨ 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