Skip to content

Commit 4a388c0

Browse files
committed
Update Changelog
1 parent 2a4f895 commit 4a388c0

10 files changed

+17
-15
lines changed

CHANGELOG.md

+17-5
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,30 @@
22

33
## master (unreleased)
44

5+
### New features
6+
7+
* [#7737](https://github.com/rubocop-hq/rubocop/issues/7737): Add new `Style/RedundantArgument` cop. ([@tejasbubane][])
8+
* [#9064](https://github.com/rubocop-hq/rubocop/issues/9064): Add `EmptyLineBetweenMethodDefs`, `EmptyLineBetweenClassDefs` and `EmptyLineBetweenModuleDefs` config options for `Layout/EmptyLineBetweenDefs` cop. ([@tejasbubane][])
9+
* [#9043](https://github.com/rubocop-hq/rubocop/pull/9043): Add `--stderr` to write all output to stderr except for the autocorrected source. ([@knu][])
10+
511
### Bug fixes
612

713
* [#9067](https://github.com/rubocop-hq/rubocop/pull/9067): Fix an incorrect auto-correct for `Lint::AmbiguousRegexpLiteral` when passing in a regexp to a method with no receiver. ([@amatsuda][])
14+
* [#9060](https://github.com/rubocop-hq/rubocop/issues/9060): Fix an error for `Layout/SpaceAroundMethodCallOperator` when using `__ENCODING__`. ([@koic][])
15+
* [#7338](https://github.com/rubocop-hq/rubocop/issues/7338): Handle assignment with `[]=` in `MultilineMethodCallIndentation`. ([@jonas054][])
16+
17+
* [#7726](https://github.com/rubocop-hq/rubocop/issues/7726): Fix `MultilineMethodCallIndentation` indentation inside square brackets. ([@jonas054][])
18+
* [#8857](https://github.com/rubocop-hq/rubocop/issues/8857): Improve how `Exclude` properties are generated by `--auto-gen-config`. ([@jonas054][])
819

920
### Changes
1021

1122
* [#8788](https://github.com/rubocop-hq/rubocop/issues/8788): Change `Style/Documentation` to not trigger offense with only macros. ([@tejasbubane][])
1223
* [#8993](https://github.com/rubocop-hq/rubocop/issues/8993): Allow `ExcludedMethods` config of `Metrics/MethodLength` cop to contain regex. ([@tejasbubane][])
1324
* [#9073](https://github.com/rubocop-hq/rubocop/issues/9073): Enable `Layout/LineLength`'s auto-correct by default. ([@bbatsov][])
14-
15-
### New features
16-
17-
* [#7737](https://github.com/rubocop-hq/rubocop/issues/7737): Add new `Style/RedundantArgument` cop. ([@tejasbubane][])
18-
* [#9064](https://github.com/rubocop-hq/rubocop/issues/9064): Add `EmptyLineBetweenMethodDefs`, `EmptyLineBetweenClassDefs` and `EmptyLineBetweenModuleDefs` config options for `Layout/EmptyLineBetweenDefs` cop. ([@tejasbubane][])
25+
* [#9079](https://github.com/rubocop-hq/rubocop/pull/9079): Improve the gemspec to load only the necessary files without the git utility. ([@piotrmurach][])
26+
* [#9059](https://github.com/rubocop-hq/rubocop/pull/9059): Update `Lint/UnmodifiedReduceAccumulator` to accept blocks which return in the form `accumulator[element]`. ([@dvandersluis][])
27+
* [#9072](https://github.com/rubocop-hq/rubocop/pull/9072): `Lint/MissingSuper`: exclude `method_missing` and `respond_to_missing?`. ([@marcandre][])
28+
* [#9074](https://github.com/rubocop-hq/rubocop/pull/9074): Allow specifying a pull request ID when calling `rake changelog:*`. ([@marcandre][])
1929

2030
## 1.3.1 (2020-11-16)
2131

@@ -5145,3 +5155,5 @@
51455155
[@lautis]: https://github.com/lautis
51465156
[@pdobb]: https://github.com/pdobb
51475157
[@HeroProtagonist]: https://github.com/HeroProtagonist
5158+
5159+
[@piotrmurach]: https://github.com/piotrmurach

changelog/change_allow_specifying_a_pull_request_id_when.md

-1
This file was deleted.

changelog/change_improve_gemspec_files_attribute.md

-1
This file was deleted.

changelog/change_lintmissingsuper_exclude_method_missing.md

-1
This file was deleted.

changelog/change_update_lint_unmodified_reduce_accumulator.md

-1
This file was deleted.

changelog/fix_MultilineMethodCallIndentation_indexed_assignment.md

-2
This file was deleted.

changelog/fix_MultilineMethodCallIndentation_inside_brackets.md

-1
This file was deleted.

changelog/fix_an_error_for_space_around_method_call_operator.md

-1
This file was deleted.

changelog/fix_auto_gen_config_merge_excludes.md

-1
This file was deleted.

changelog/new_redirect_offence_reports_to_stderr_when.md

-1
This file was deleted.

0 commit comments

Comments
 (0)