Skip to content

0.2.0 (May 17, 2018)

Compare
Choose a tag to compare
@cupakromer cupakromer released this 17 May 14:17
· 257 commits to main since this release

Full Changelog

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