jenkins-bot has submitted this change and it was merged. Change subject: Looks like Style/AccessModifierIndentation RuboCop offense has been fixed earlier ......................................................................
Looks like Style/AccessModifierIndentation RuboCop offense has been fixed earlier Bug: 117989 Change-Id: I39cc92c3a3c76fe649a3f68a1d68aae8c4bceb48 --- M .rubocop_todo.yml 1 file changed, 0 insertions(+), 6 deletions(-) Approvals: Amire80: Looks good to me, approved jenkins-bot: Verified diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 302ab3f..3c6d952 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -12,12 +12,6 @@ Max: 168 # Offense count: 1 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, SupportedStyles. -Style/AccessModifierIndentation: - Enabled: false - -# Offense count: 1 # Configuration parameters: AllowedVariables. Style/GlobalVars: Exclude: -- To view, visit https://gerrit.wikimedia.org/r/253887 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I39cc92c3a3c76fe649a3f68a1d68aae8c4bceb48 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector Gerrit-Branch: master Gerrit-Owner: Zfilipin <[email protected]> Gerrit-Reviewer: Amire80 <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
