relnotes/v1.4.0.md
Style/RedundantArgument cop. (@tejasbubane)EmptyLineBetweenMethodDefs, EmptyLineBetweenClassDefs and EmptyLineBetweenModuleDefs config options for Layout/EmptyLineBetweenDefs cop. (@tejasbubane)--stderr to write all output to stderr except for the autocorrected source. (@knu)Lint::AmbiguousRegexpLiteral when passing in a regexp to a method with no receiver. (@amatsuda)Layout/SpaceAroundMethodCallOperator when using __ENCODING__. (@koic)[]= in MultilineMethodCallIndentation. (@jonas054)MultilineMethodCallIndentation indentation inside square brackets. (@jonas054)Exclude properties are generated by --auto-gen-config. (@jonas054)Style/Documentation to not trigger offense with only macros. (@tejasbubane)ExcludedMethods config of Metrics/MethodLength cop to contain regex. (@tejasbubane)Layout/LineLength's auto-correct by default. (@bbatsov)Lint/UnmodifiedReduceAccumulator to accept blocks which return in the form accumulator[element]. (@dvandersluis)Lint/MissingSuper: exclude method_missing and respond_to_missing?. (@marcandre)rake changelog:*. (@marcandre)