- Update ruby syntax to 3.3
- Update rubocop-rails to 3.0
- See rubocop-rails upgrade notes for more details
- Add erb_lint rake task and config (optional dependency)
- Add prettier rake task and config (assumes yarn)
- Add extra prefixes for spec contexts
- Allow repeated examples in policy specs
- ignore multiple expectations in features and system specs
- disabling Style/CollectionMethods as it causes an error with autocorrection
- Bump dependency versions
- Compatibility with rubocop 1.35.1
- Relax example length rule for feature and system specs
- Bump dependency versions
- Ensure compiled gem is excluded from source control
- Initial release
- Disable new cops by default
- Enforce styles within the project