Releases: silvercar/silvercop
1.4.0
1.3.0
What's Changed
- Allow for newer versions of gems, instead of being completely locked … by @MillsJROSS in #10
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- [B2C-1371] Updated rubocop version '1.44.0' -> '1.59.0' by @MillsJROSS in #9
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
- [NO-TKT] - Updating rubocop from '1.18.4' to '1.44.0' by @MillsJROSS in #8
New Contributors
- @MillsJROSS made their first contribution in #8
Full Changelog: 1.0.4...1.1.0
1.0.4
Initial config was importing copy of config/default.yml instead of
using the one from the gem. Using that file from the gem should reduce
level of effort for future updates.
Adding rubocop-rake
Improving documentation around generation and use of todo file and
intent of .rubocop.yml vs .rubocop_todo.yml when used within a
project.
1.0.3
1.0.2
Use latest version of rubocop (0.77.0) and rubocop-performance (1.5.1),
add rubocop-thread_safety (0.3.4), add rubocop-rails (2.4.0).
Remove -R option since that's included as part of the rubocop-rails requirement now.
Add known issue about Style/TrivialAccessors warning.
1.0.1
Fixed bug where .rubocop.yml file wasn't included in gem files to be used by inherit_gem functionality.
1.0.0
Initial release of public gem, equivalent to the private version 1.0.4.