You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Full Changelog](v0.1.1...v0.2.0)
Enhancements
------------
- Adjust common Rubocop configuration (Aaron Kromer, #2):
- Ignore `Lint/AmbiguousBlockAssociation` for specs
- Ignore long lines due to Rubocop directives
- Ignore long lines due to comments
- Prefer a line length of 80, but don't complain until 100
- Disable ASCII only comments
- Set the `MinSize` for `Style/SymbolArray` and `Style/WordArray` to three
- Use squiggly `<<~` heredoc indentation
- Allow common `EOF` as a heredoc delimiter
- Indent multi-line operations
- Allow unspecified rescue as a catch-all
- Adjust common Rubocop Rails configuration (Aaron Kromer, #2):
- Ignore `Rails/ApplicationRecord` for benchmarks
- Ignore more common gem binstubs
0 commit comments