Amire80 has uploaded a new change for review. https://gerrit.wikimedia.org/r/194481
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation refs/changes/81/194481/1 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: newchange Gerrit-Change-Id: I373939424d370b787bf416dbd6d6e56db1324648 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ContentTranslation Gerrit-Branch: master Gerrit-Owner: Amire80 <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
