Merge "Fix the Rubocop offense EmptyLinesAroundBody"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 20 Feb 2015 12:04:43 +0000 (12:04 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 20 Feb 2015 12:04:43 +0000 (12:04 +0000)
.rubocop_todo.yml
tests/browser/features/support/pages/view_history_page.rb

index 2869493..8c2e9df 100644 (file)
@@ -19,11 +19,6 @@ Metrics/LineLength:
 Style/Documentation:
   Enabled: false
 
-# Offense count: 1
-# Cop supports --auto-correct.
-Style/EmptyLinesAroundBody:
-  Enabled: false
-
 # Offense count: 1
 # Configuration parameters: Exclude.
 Style/FileName:
index 6689598..bb9c586 100644 (file)
@@ -3,5 +3,4 @@ class ViewHistoryPage
 
   a(:view_history_link, href: /action=history/)
   a(:old_version_link, href: /oldid=/)
-
-end
\ No newline at end of file
+end