From 65af5feabf1bac4f872c7c4325e6e5f57388127d Mon Sep 17 00:00:00 2001 From: Jeff Matthews Date: Tue, 6 Nov 2018 19:48:31 -0600 Subject: [PATCH] Remove guides that do not have broken links and alphabetize ignored directories/URLs --- rakelib/proofer.rb | 63 ++++++++++++++++------------------------------ 1 file changed, 22 insertions(+), 41 deletions(-) diff --git a/rakelib/proofer.rb b/rakelib/proofer.rb index d9db474afe1..09ab0bf5470 100644 --- a/rakelib/proofer.rb +++ b/rakelib/proofer.rb @@ -1,72 +1,53 @@ module Proofer # Constants to be used in options FILE_IGNORE = %w[ - videos - swagger - mftf - pattern-library - guides/m1x - search.html 404.html + action-groups.html + cloud-fastly.html codelinks + contributing.html + css-preprocess.html + es-overview.html + guides/m1x + index.html magento-third-party.html magento-techbull.html + mftf + pattern-library release-notes - index.html + search.html + swagger template.html - whats-new.html - action-groups.html - css-preprocess.html - es-overview.html - cloud-fastly.html theme_dictionary.html - contributing.html + videos + whats-new.html ].freeze URL_IGNORE = %w[ - guides/v2.0 + account.magento.com architecture - advanced-reporting - coding-standards + community comp-mgr config-guide - contributor-guide - design-styleguide - ext-best-practices + docs.magento.com extension-dev-guide frontend-dev-guide - get-started + github.com graphql + guides/v2.0 howdoi - inventory javascript-dev-guide - marketplace - magento-functional-testing-framework - migration - modules + mariadb.com + mftf mrg - mtf + navigation pattern-library - payments-integrations release-notes rest - soap - test - ui-components ui_comp_guide - pwa - msi - mftf - github.com + ui-library www.thegeekstuff.com - account.magento.com yatil.net - ui-library - security - navigation - community - docs.magento.com - mariadb.com ].freeze # Configure htmlproofer parameters: