jenkins-bot has submitted this change and it was merged. 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(-) Approvals: Zfilipin: Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: I8f25f4a417f40db263ebaf0a4b5afed97218635a Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Amire80 <[email protected]> Gerrit-Reviewer: Zfilipin <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
