- Update to rubocop-rails@2.26.0
- Enable new Rails/EnumSyntax
- Exclude Rails/ApplicationModel from migrations
- Disable Rails/HelperInstanceVariable
- Disable Rails/WhereRange
- Disable Rails/BulkChangeTable
- Disable Rails/InverseOf
- Disable Rails/HasManyOrHasOneDependent
- Disable Rails/EnvironmentVariableAccess
- Minimum Ruby version increased to 3.0
- rubocop-rails upgraded to 2.25.x
- Lots of rule cleanup
- Clear warnings about cops extended by rubocop-rails #25
- Fix errors in the initial config #24
- Update Rubocop Rails to v2.23.1
- First time fully configured. This was done partly in consultation at Test Double and partly through this fantastic RailsConf talk in 2023!
- Update Rubocop Rails to v2.20.2
- Configure the cops as agreed upon at RailsConf 2023
- Initial release