jenkins-bot has submitted this change and it was merged. Change subject: QA: more rubocop updates ......................................................................
QA: more rubocop updates No change to function at all Change-Id: I150aed4379c75f716633cc4904cb9d8f388c9d45 --- M .rubocop_todo.yml M tests/browser/features/support/pages/article_page.rb 2 files changed, 1 insertion(+), 4 deletions(-) Approvals: Zfilipin: Looks good to me, approved jenkins-bot: Verified diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 2dc0f05..cb8484e 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -10,10 +10,6 @@ Enabled: false # Offense count: 1 -Style/Documentation: - Enabled: false - -# Offense count: 1 # Configuration parameters: AllowedVariables. Style/GlobalVars: Enabled: false diff --git a/tests/browser/features/support/pages/article_page.rb b/tests/browser/features/support/pages/article_page.rb index 5ad1527..64148d0 100644 --- a/tests/browser/features/support/pages/article_page.rb +++ b/tests/browser/features/support/pages/article_page.rb @@ -1,3 +1,4 @@ +# Page Object describing Headings, Flyouts, and Overlay in Echo class ArticlePage include PageObject include URL -- To view, visit https://gerrit.wikimedia.org/r/191903 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I150aed4379c75f716633cc4904cb9d8f388c9d45 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Echo Gerrit-Branch: master Gerrit-Owner: Cmcmahon <[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
