Skip to content

Releases: pocke/mry

v0.52.0.0

13 Dec 00:57
ef19769
Compare
Choose a tag to compare

Renamed cop

  • Lint/RescueWithoutErrorClass => Style/RescueStandardError

Added cops

  • Style/StringHashKeys
  • Style/RandomWithOffset
  • Lint/ShadowedArgument
  • Lint/MissingCopEnableDirective
  • Rails/EnvironmentComparison
  • Style/EmptyBlockParameter
  • Style/EmptyLambdaParameter
  • Style/TrailingBodyOnMethodDefinition
  • Rails/InverseOf
  • Style/TrailingMethodEndStatement
  • Gemspec/RequiredRubyVersion
  • Lint/NestedPercentLiteral
  • Gemspec/DuplicatedAssignment
  • Style/ColonMethodDefinition
  • Layout/ClassStructure
  • Rails/CreateTableWithTimestamps
  • Style/ExtendSelf
  • Rails/RedundantReceiverInWithOptions
  • Style/EvalWithLocation
  • Layout/EmptyLinesAroundArguments
  • Layout/SpaceInsideReferenceBrackets
  • Layout/SpaceInsideArrayLiteralBrackets
  • Rails/LexicallyScopedActionFilter
  • Rails/Presence

v0.48.1.3

15 May 13:29
980ca92
Compare
Choose a tag to compare

0.48.1.3 (2017-05-15)

New Features

  • #10: Support downgrading RuboCop version. (@pocke)

0.48.1.2 (2017-05-5)

05 May 10:46
fe0fc59
Compare
Choose a tag to compare

0.48.1.2 (2017-05-5)

Bug fixes

  • #7: Prevent mry command from breaking without --target option (@pocke)