0.9.0 (September 30, 2021)
Enhancements
- Upgrade to Rubocop 0.89.x (Aaron Hill, Aaron Kromer, Ben Reynolds, Chris
Hoffman, James Nebeker, JC Avena, Sam Kim #27) - Upgrade to Rubocop Rails 2.6.x (Aaron Hill, Aaron Kromer, Ben Reynolds, Chris
Hoffman, James Nebeker, JC Avena, Sam Kim #27) - Adjust common Rubocop configuration (Aaron Hill, Aaron Kromer, Ben Reynolds,
Chris Hoffman, James Nebeker, JC Avena, Sam Kim #27)- Configure multiple metrics to use the
CountAsOne
option for array, hash
and heredocs - Disable
Style/SlicingWithRange
as we do not care about the style
- Configure multiple metrics to use the
- Includes new
shared_example
/shared_context
inclusion aliases
has_behavior
andit_has_behavior
for behavior driven development language
(Aaron Kromer, Ben Reynolds #28)
Bug Fixes
None
Breaking Changes
- Change the default behavior from
:warn
to:raise
for RSpec expectations
behavioron_potential_false_positives
(Aaron Kromer, Ben Reynolds #28)