From 6d3cc008d20b9557bae47e483db0a0e27b19f20b Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sun, 22 Mar 2020 01:21:11 +0900 Subject: [PATCH] Remove a redundant changelog entry Follow up of https://github.com/rubocop-hq/rubocop/commit/319bee7 and restore #7176. --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1d4b19e00e..7bf6c33c3f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -303,7 +303,6 @@ * [#7171](https://github.com/rubocop-hq/rubocop/issues/7171): Fix an error for `Style/SafeNavigation` when using `unless nil?` as a safeguarded'. ([@koic][]) * [#7130](https://github.com/rubocop-hq/rubocop/pull/7130): Skip autocorrect in `Style/FormatString` if second argument to `String#%` is a variable. ([@tejasbubane][]) * [#7171](https://github.com/rubocop-hq/rubocop/issues/7171): Fix an error for `Style/SafeNavigation` when using `unless nil?` as a safeguarded'. ([@koic][]) -* [#7113](https://github.com/rubocop-hq/rubocop/pull/7113): This PR renames `EnforcedStyle: rails` to `EnabledStyle: outdented_access_modifiers` for `Layout/IndentationConsistency`. ([@koic][]) ### Changes