CHANGELOG.md in salsify_rubocop-1.59.0 vs CHANGELOG.md in salsify_rubocop-1.59.1
- old
+ new
@@ -1,6 +1,12 @@
# salsify_rubocop
+## 1.59.1
+- Add Rake specific checks with the [official extension, rubocop-rake](https://docs.rubocop.org/rubocop/extensions.html#official-extensions):
+ - Enforce description (`desc`) for rake tasks, as otherwise they are not listed when `rake -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
+
## 1.59.0
- Upgrade `rubocop` to v1.59.0 to support Ruby 3.3.
## 1.43.1
- Add configuration for `Gemspec/RequiredRubyVersion` cop for configuration manifest embedded gems