jenkins-bot has submitted this change and it was merged. Change subject: Remove a Rubocop exception that doesn't produce offenses ......................................................................
Remove a Rubocop exception that doesn't produce offenses Change-Id: I2cfbff8892cb54329b841569453e2cade7468cc1 --- M .rubocop_todo.yml 1 file changed, 0 insertions(+), 6 deletions(-) Approvals: Zfilipin: Looks good to me, approved jenkins-bot: Verified diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 9a2d5b2..8b75d40 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -35,12 +35,6 @@ Style/SpaceAroundOperators: Enabled: false -# Offense count: 2 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters. -Style/SpaceInsideBlockBraces: - Enabled: true - # Offense count: 5 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. -- To view, visit https://gerrit.wikimedia.org/r/191010 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2cfbff8892cb54329b841569453e2cade7468cc1 Gerrit-PatchSet: 1 Gerrit-Project: VisualEditor/VisualEditor Gerrit-Branch: master Gerrit-Owner: Amire80 <[email protected]> Gerrit-Reviewer: Zfilipin <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
