relnotes/v1.3.0.md
required_ruby_version from gemspec file if it exists. (@HeroProtagonist)Lint/EmptyClass cop. (@fatkodima)AllowedMethods option to Lint/ConstantDefinitionInBlock. (@koic)Style/IfInsideElse. (@koic)Style/StaticClass cop. (@fatkodima)Style/NilLambda cop to check for lambdas that always return nil. (@dvandersluis)Lint/DuplicateBranch cop. (@fatkodima)Style/IfUnlessModifier and Style/WhileUntilModifier to prevent an offense if there are both first-line comment and code after end block. (@dsavochkin)Style/MultipleComparison when comparing two sides of the disjunction is unrelated. (@koic)Layout/TrailingWhitespace + Lint/LiteralInInterpolation. (@fatkodima)Style/NegatedIfElseCondition when using negated condition and if branch body is empty. (@koic)Style/InfiniteLoop as unsafe. (@marcandre)Layout/LineLength autocorrection to be able to handle method calls with long argument lists. (@dvandersluis)Lint/EmptyBlock to allow for empty lambdas. (@dvandersluis)NOTE to keywords of Style/CommentAnnotation. (@koic)Lint/Loop as unsafe. (@dvandersluis)Style/DocumentDynamicEvalDefinition to detect comment blocks that document the evaluation. (@dvandersluis)SafeYAML compatibility. (@marcandre)Style/CollectionCompact. (@koic)AllowedIdentifiers to be specified for Naming/VariableNumber. (@dvandersluis)