Skip to content

0.11.0

Choose a tag to compare

@roman-dubrovsky roman-dubrovsky released this 07 Nov 13:45
· 53 commits to master since this release

Changed

  • Update rubocop to '0.93.1'. (@r.dubrovsky)
    • Enable new cops Lint/BinaryOperatorWithIdenticalOperands, Lint/DuplicateRescueException, Lint/EmptyConditionalBody, Lint/FloatComparison, Lint/MissingSuper , Lint/OutOfRangeRegexpRef, Lint/SelfAssignment, Lint/TopLevelReturnWithArgument, Lint/UnreachableLoop, Style/ExplicitBlockArgument, Style/GlobalStdStream, Style/OptionalBooleanParameter, Style/SingleArgumentDig, Style/SoleNestedConditional and Style/StringConcatenation in version 0.89.
    • Allow to add all new lints automatically.
    • Add auto-correctable count notification.
    • Fix tests
    • List of changes for versions:
  • Update rubocop-rails to 2.7.1. List of changes for versions: 2.7.0 and 2.7.1
  • Update rubocop-rspec tp 1.43.2.
    • Disable RSpec/MultipleMemoizedHelpers cop.
    • List of changes for versions: 1.43.0, 1.43.1 and 1.43.2