Zfilipin has uploaded a new change for review.

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

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

Fixed RuboCop Style/TrailingBlankLines offense

Bug: 72841
Change-Id: Ie686dd58275e8c00652cab0e64c1aeddd1dc3b8a
---
M .rubocop_todo.yml
M bin/doccomparer.rb
M bin/testsuitegenerator.rb
3 files changed, 0 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/41/172741/1

diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 154fcb7..32ed6d5 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -135,12 +135,6 @@
 Style/Tab:
   Enabled: false
 
-# Offense count: 2
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-Style/TrailingBlankLines:
-  Enabled: false
-
 # Offense count: 5
 # Cop supports --auto-correct.
 # Configuration parameters: EnforcedStyleForMultiline, SupportedStyles.
diff --git a/bin/doccomparer.rb b/bin/doccomparer.rb
index cf65031..2fd4609 100644
--- a/bin/doccomparer.rb
+++ b/bin/doccomparer.rb
@@ -159,4 +159,3 @@
                end
        end
 end
-
diff --git a/bin/testsuitegenerator.rb b/bin/testsuitegenerator.rb
index 6ffcfcf..603bf8a 100644
--- a/bin/testsuitegenerator.rb
+++ b/bin/testsuitegenerator.rb
@@ -98,4 +98,3 @@
 
        puts JSON.pretty_generate tests
 end
-

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie686dd58275e8c00652cab0e64c1aeddd1dc3b8a
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