jenkins-bot has submitted this change and it was merged. Change subject: Fix Rubocop offense LeadingCommentSpace ......................................................................
Fix Rubocop offense LeadingCommentSpace Change-Id: I373939424d370b787bf416dbd6d6e56db1324648 --- M .rubocop_todo.yml M Gemfile 2 files changed, 2 insertions(+), 7 deletions(-) Approvals: Zfilipin: Looks good to me, approved jenkins-bot: Verified diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index fa06770..6f7b871 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -16,10 +16,5 @@ # Offense count: 2 # Cop supports --auto-correct. -Style/LeadingCommentSpace: - Enabled: false - -# Offense count: 2 -# Cop supports --auto-correct. Style/NilComparison: Enabled: false diff --git a/Gemfile b/Gemfile index 619c545..ea877bd 100755 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ -#ruby=ruby-2.1.1 -#ruby-gemset=ContentTranslation +# ruby=ruby-2.1.1 +# ruby-gemset=ContentTranslation source 'https://rubygems.org' -- To view, visit https://gerrit.wikimedia.org/r/194481 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I373939424d370b787bf416dbd6d6e56db1324648 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ContentTranslation 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
