Amire80 has uploaded a new change for review.

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

Change subject: Fix the Rubocop offense EmptyLinesAroundBody
......................................................................

Fix the Rubocop offense EmptyLinesAroundBody

Change-Id: I8f25f4a417f40db263ebaf0a4b5afed97218635a
---
M .rubocop_todo.yml
M tests/browser/features/support/pages/view_history_page.rb
2 files changed, 1 insertion(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/10/191610/1

diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 2869493..8c2e9df 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -20,11 +20,6 @@
   Enabled: false
 
 # Offense count: 1
-# Cop supports --auto-correct.
-Style/EmptyLinesAroundBody:
-  Enabled: false
-
-# Offense count: 1
 # Configuration parameters: Exclude.
 Style/FileName:
   Enabled: false
diff --git a/tests/browser/features/support/pages/view_history_page.rb 
b/tests/browser/features/support/pages/view_history_page.rb
index 6689598..bb9c586 100644
--- a/tests/browser/features/support/pages/view_history_page.rb
+++ b/tests/browser/features/support/pages/view_history_page.rb
@@ -3,5 +3,4 @@
 
   a(:view_history_link, href: /action=history/)
   a(:old_version_link, href: /oldid=/)
-
-end
\ No newline at end of file
+end

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8f25f4a417f40db263ebaf0a4b5afed97218635a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Amire80 <[email protected]>

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

Reply via email to