Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Link checker updates #3243

Merged
merged 1 commit into from
Nov 7, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 22 additions & 41 deletions rakelib/proofer.rb
Original file line number Diff line number Diff line change
@@ -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:
Expand Down