Releases: salsify/salsify_rubocop
Releases · salsify/salsify_rubocop
v1.68.0
v1.59.1
- Add Rake specific checks with the official extension, rubocop-rake: - Enforce description (
desc
) for rake tasks, as otherwise they are not listed whenrake -T
is called - No duplicate namespace/task names - Methods/Classes shouldn't be defined inside namespaces, it's misleading because they are defined at the top level (ef1ce490)
v1.59.0
v1.43.1
v1.43.0
v1.42.1
v1.42.0
v1.27.1
v1.27.0
- Note: Previous versions had drifted from the documented versioning scheme, which states that versions should match the shipped version of
rubocop
. (983d1d2d) - Upgrade to
rubocop
v1.27.0 with support for Ruby 3.1. (983d1d2d) - Upgrade
rubocop-rails
to v2.12.0. (983d1d2d) - Upgrade
rubocop-rspec
to v2.9.0. (983d1d2d) - Upgrade
rubocop-performance
to v1.12.0. (983d1d2d)
v1.2.0
- Disable Style/ExplicitBlockArgument for performance reasons, https://github.com/JuanitoFatas/fast-ruby/blob/master/code/proc-and-block/proc-call-vs-yield.rb. (917386b2)