Fix the Rubocop offense EmptyLinesAroundBody
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Wed, 18 Feb 2015 00:25:29 +0000 (02:25 +0200)
committerAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Thu, 19 Feb 2015 14:58:50 +0000 (16:58 +0200)
Change-Id: I8f25f4a417f40db263ebaf0a4b5afed97218635a

.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