From d20e913559e84f43cd740b3eb4e47aefe81e6468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Fern=C3=A1ndez?= Date: Thu, 5 Jan 2023 16:40:49 -0300 Subject: [PATCH] docs(changelog): add new rubocop rules entry --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b15f155f..cd25f0a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ Features - Removes enumerize in favor of built-in enums [#428](https://github.com/platanus/potassium/pull/428) + - Enable new rubocop rules [#429](https://github.com/platanus/potassium/pull/429) +
+ See rules + + - [Rails/Delegate](https://docs.rubocop.org/rubocop-rails/2.17/cops_rails.html#railsdelegate) + - [Rails/I18nLocaleAssignment](https://docs.rubocop.org/rubocop-rails/2.17/cops_rails.html#railsi18nlocaleassignment) + - [Rails/WhereEquals](https://docs.rubocop.org/rubocop-rails/2.17/cops_rails.html#railswhereequals) + - [Rails/WhereNot](https://docs.rubocop.org/rubocop-rails/2.17/cops_rails.html#railswherenot) + - [Layout/ClassStructure](https://docs.rubocop.org/rubocop/1.24/cops_layout.html#layoutclassstructure) +
## 6.7.0