Skip to content

Commit ea78840

Browse files
committed
Update Changelog
1 parent de893b4 commit ea78840

11 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
* [#8983](https://github.com/rubocop-hq/rubocop/pull/8983): Support auto-correction for `Naming/HeredocDelimiterCase`. ([@koic][])
88
* [#8004](https://github.com/rubocop-hq/rubocop/issues/8004): Add new `GitHubActionsFormatter` formatter. ([@lautis][])
99
* [#8175](https://github.com/rubocop-hq/rubocop/pull/8175): Add new `AllowedCompactTypes` option for `Style/RaiseArgs`. ([@pdobb][])
10+
* [#8566](https://github.com/rubocop-hq/rubocop/issues/8566): Add new `Style/CollectionCompact` cop. ([@fatkodima][])
11+
* [#8925](https://github.com/rubocop-hq/rubocop/issues/8925): Add `--display-time` option for displaying elapsed time of `rubocop` command. ([@joshuapinter][])
12+
* [#8967](https://github.com/rubocop-hq/rubocop/pull/8967): Add new `Style/NegatedIfElseCondition` cop. ([@fatkodima][])
13+
* [#8984](https://github.com/rubocop-hq/rubocop/pull/8984): Support auto-correction for `Style/DoubleNegation`. ([@koic][])
14+
* [#8992](https://github.com/rubocop-hq/rubocop/pull/8992): Support auto-correction for `Lint/ElseLayout`. ([@koic][])
15+
* [#8988](https://github.com/rubocop-hq/rubocop/pull/8988): Support auto-correction for `Lint/UselessSetterCall`. ([@koic][])
16+
* [#8982](https://github.com/rubocop-hq/rubocop/pull/8982): Support auto-correction for `Naming/BinaryOperatorParameterName`. ([@koic][])
1017

1118
### Bug fixes
1219

@@ -15,6 +22,12 @@
1522
* [#8971](https://github.com/rubocop-hq/rubocop/issues/8971): Fix a false alarm for `# rubocop:disable Lint/EmptyBlock` inline comment with `Lint/RedundantCopDisableDirective`. ([@koic][])
1623
* [#8976](https://github.com/rubocop-hq/rubocop/issues/8976): Fix an incorrect auto-correct for `Style/KeywordParametersOrder` when when `kwoptarg` is before `kwarg` and argument parentheses omitted. ([@koic][])
1724
* [#8084](https://github.com/rubocop-hq/rubocop/pull/8084): Fix a bug in how `Layout/SpaceAroundBlockParameters` handles block parameters with a trailing comma. ([@bquorning][])
25+
* [#8966](https://github.com/rubocop-hq/rubocop/issues/8966): Fix `Layout/SpaceInsideParens` to enforce no spaces in empty parens for all styles. ([@joshuapinter][])
26+
27+
### Changes
28+
29+
* [#5717](https://github.com/rubocop-hq/rubocop/issues/5717): Support `defined?`-based memoization for `Naming/MemoizedInstanceVariableName` cop. ([@fatkodima][])
30+
* [#8964](https://github.com/rubocop-hq/rubocop/pull/8964): Extend `Naming/VariableNumber` cop to handle method names and symbols. ([@fatkodima][])
1831

1932
## 1.1.0 (2020-10-29)
2033

changelog/change_memoized_instance_variable_cop.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/change_variable_number.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_spaces_in_blank_parens.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/new_add_negated_if_else_condition_cop.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/new_collection_compact_cop.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/new_display_time_command_line_option.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/new_support_autocorrect_for_binary_operator_parameter_name.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/new_support_autocorrect_for_lint_else_layout.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/new_support_autocorrect_for_lint_useless_setter_call.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)