Skip to content

Commit

Permalink
docs(changelog): add new rubocop rules entry
Browse files Browse the repository at this point in the history
  • Loading branch information
difernandez committed Jan 6, 2023
1 parent 6522c91 commit 867b6c3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
Features
- Removes enumerize in favor of built-in enums [#428](https://github.com/platanus/potassium/pull/428)
- Add linter rule to enforce the use of named exports [#427](https://github.com/platanus/potassium/pull/427)
- Enable new rubocop rules [#429](https://github.com/platanus/potassium/pull/429)
<details>
<summary>See rules</summary>

- [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)
- [Rails/RedundantPresenceValidationOnBelongsTo](https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsredundantpresencevalidationonbelongsto)
- [Layout/ClassStructure](https://docs.rubocop.org/rubocop/1.24/cops_layout.html#layoutclassstructure)
</details>

## 6.7.0

Expand Down

0 comments on commit 867b6c3

Please sign in to comment.