Skip to content

v0.52.0.0

Latest
Compare
Choose a tag to compare
@pocke pocke released this 13 Dec 00:57
· 55 commits to master since this release
ef19769

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