jenkins-bot has submitted this change and it was merged. Change subject: QA: update rubocop todo to baseline ......................................................................
QA: update rubocop todo to baseline Change-Id: Ia22d5ab6e15fb79fd2a27f6fa1b41864f7a09307 --- M .rubocop_todo.yml 1 file changed, 15 insertions(+), 2 deletions(-) Approvals: Cmcmahon: Looks good to me, approved jenkins-bot: Verified diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 6e22941..3327745 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,5 +1,5 @@ # This configuration was generated by `rubocop --auto-gen-config` -# on 2014-10-21 12:52:53 +0200 using RuboCop version 0.26.1. +# on 2014-11-07 14:10:43 -0700 using RuboCop version 0.27.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new @@ -12,6 +12,12 @@ # Offense count: 3 Style/AccessorMethodName: + Enabled: false + +# Offense count: 1 +# Cop supports --auto-correct. +# Configuration parameters: EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle, SupportedLastArgumentHashStyles. +Style/AlignHash: Enabled: false # Offense count: 1 @@ -43,6 +49,7 @@ # Offense count: 2 # Cop supports --auto-correct. +# Configuration parameters: Width. Style/IndentationWidth: Enabled: false @@ -88,12 +95,18 @@ Style/SpaceInsideParens: Enabled: false -# Offense count: 45 +# Offense count: 46 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/StringLiterals: Enabled: false +# Offense count: 1 +# Cop supports --auto-correct. +# Configuration parameters: EnforcedStyle, SupportedStyles. +Style/StringLiteralsInInterpolation: + Enabled: false + # Offense count: 2 # Cop supports --auto-correct. Style/Tab: -- To view, visit https://gerrit.wikimedia.org/r/171925 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia22d5ab6e15fb79fd2a27f6fa1b41864f7a09307 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Echo Gerrit-Branch: master Gerrit-Owner: Cmcmahon <[email protected]> Gerrit-Reviewer: Cmcmahon <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
