From 6fcd6ad4b56b487202dfa5f0b0273e009889c9c3 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Wed, 18 Feb 2015 02:25:29 +0200 Subject: [PATCH] Fix the Rubocop offense EmptyLinesAroundBody Change-Id: I8f25f4a417f40db263ebaf0a4b5afed97218635a --- .rubocop_todo.yml | 5 ----- tests/browser/features/support/pages/view_history_page.rb | 3 +-- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 2869493fe5..8c2e9df4a5 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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: diff --git a/tests/browser/features/support/pages/view_history_page.rb b/tests/browser/features/support/pages/view_history_page.rb index 6689598643..bb9c58628a 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 @@ class ViewHistoryPage a(:view_history_link, href: /action=history/) a(:old_version_link, href: /oldid=/) - -end \ No newline at end of file +end -- 2.20.1