Skip to content

0.3.0 (June 15, 2018)

Compare
Choose a tag to compare
@cupakromer cupakromer released this 15 Jun 14:37
· 257 commits to main since this release

Full Changelog

Breaking Change

  • Lock Rubocop to a minor release version in gemspec (Aaron Kromer, #5)

Enhancements

  • Adjust common Rubocop configuration (Aaron Kromer, #5)
    • Customize Style/AndOr to flag only conditionals allowing and / or for
      control flow
    • Add find to functional method blocks
    • Disable Style/DoubleNegation as this is a common Ruby idiom
    • Disable Style/StringLiteralsInInterpolation to stay consistent with our
      no preferences for single versus double quotes

Bug Fixes

  • Remove Include from common Rubocop all cops configuration to fix issues
    with Rubocop 0.56.0+ not seeing all expected files. (Aaron Kromer, #5)