jenkins-bot has submitted this change and it was merged. Change subject: Fixed RuboCop offense Style/LeadingCommentSpace ......................................................................
Fixed RuboCop offense Style/LeadingCommentSpace Bug: 63307 Change-Id: I7ed8a0d559b7527ce5a3492878b32c2a4c32186f --- M .rubocop_todo.yml M Gemfile 2 files changed, 2 insertions(+), 7 deletions(-) Approvals: Dduvall: Looks good to me, approved jenkins-bot: Verified diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 34dcf06..298dc3b 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -44,11 +44,6 @@ # Offense count: 2 # Cop supports --auto-correct. -Style/LeadingCommentSpace: - Enabled: false - -# Offense count: 2 -# Cop supports --auto-correct. # Configuration parameters: PreferredDelimiters. Style/PercentLiteralDelimiters: Enabled: false diff --git a/Gemfile b/Gemfile index 913c323..a44dd4e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ -#ruby=ruby-2.1.2 -#ruby-gemset=mediawiki_api +# ruby=ruby-2.1.2 +# ruby-gemset=mediawiki_api source "https://rubygems.org" -- To view, visit https://gerrit.wikimedia.org/r/168283 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7ed8a0d559b7527ce5a3492878b32c2a4c32186f Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/ruby/api Gerrit-Branch: master Gerrit-Owner: Zfilipin <[email protected]> Gerrit-Reviewer: Cmcmahon <[email protected]> Gerrit-Reviewer: Dduvall <[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
