Zfilipin has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/172731

Change subject: Fixed RuboCop Style/EmptyLines offense
......................................................................

Fixed RuboCop Style/EmptyLines offense

Bug: 72841
Change-Id: If7619c1d47555b8d5c8314bd8396f7f753acf729
---
M .rubocop_todo.yml
M bin/doccomparer.rb
2 files changed, 0 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/31/172731/1

diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 6a3cdec..d979075 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -42,11 +42,6 @@
 Style/CommentIndentation:
   Enabled: false
 
-# Offense count: 1
-# Cop supports --auto-correct.
-Style/EmptyLines:
-  Enabled: false
-
 # Offense count: 3
 # Configuration parameters: MaxLineLength.
 Style/IfUnlessModifier:
diff --git a/bin/doccomparer.rb b/bin/doccomparer.rb
index 3ba2786..8ec81c5 100644
--- a/bin/doccomparer.rb
+++ b/bin/doccomparer.rb
@@ -130,7 +130,6 @@
        out.compact.join "\n"
 end
 
-
 if ARGV.empty? || ARGV == ['-h'] || ARGV == ['--help']
        $stderr.puts "usage: ruby [-v] #{$0} <dirA> <dirB> <nameA> <nameB>"
        $stderr.puts "       ruby #{$0} src php JS PHP > compare.txt"

-- 
To view, visit https://gerrit.wikimedia.org/r/172731
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If7619c1d47555b8d5c8314bd8396f7f753acf729
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to