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)