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

Commit e465628

Browse files
Merge pull request #3243 from magento/linkchecker-updates
Link checker updates
2 parents fffce87 + 65af5fe commit e465628

File tree

1 file changed

+22
-41
lines changed

1 file changed

+22
-41
lines changed

rakelib/proofer.rb

+22-41
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,53 @@
11
module Proofer
22
# Constants to be used in options
33
FILE_IGNORE = %w[
4-
videos
5-
swagger
6-
mftf
7-
pattern-library
8-
guides/m1x
9-
search.html
104
404.html
5+
action-groups.html
6+
cloud-fastly.html
117
codelinks
8+
contributing.html
9+
css-preprocess.html
10+
es-overview.html
11+
guides/m1x
12+
index.html
1213
magento-third-party.html
1314
magento-techbull.html
15+
mftf
16+
pattern-library
1417
release-notes
15-
index.html
18+
search.html
19+
swagger
1620
template.html
17-
whats-new.html
18-
action-groups.html
19-
css-preprocess.html
20-
es-overview.html
21-
cloud-fastly.html
2221
theme_dictionary.html
23-
contributing.html
22+
videos
23+
whats-new.html
2424
].freeze
2525

2626
URL_IGNORE = %w[
27-
guides/v2.0
27+
account.magento.com
2828
architecture
29-
advanced-reporting
30-
coding-standards
29+
community
3130
comp-mgr
3231
config-guide
33-
contributor-guide
34-
design-styleguide
35-
ext-best-practices
32+
docs.magento.com
3633
extension-dev-guide
3734
frontend-dev-guide
38-
get-started
35+
github.com
3936
graphql
37+
guides/v2.0
4038
howdoi
41-
inventory
4239
javascript-dev-guide
43-
marketplace
44-
magento-functional-testing-framework
45-
migration
46-
modules
40+
mariadb.com
41+
mftf
4742
mrg
48-
mtf
43+
navigation
4944
pattern-library
50-
payments-integrations
5145
release-notes
5246
rest
53-
soap
54-
test
55-
ui-components
5647
ui_comp_guide
57-
pwa
58-
msi
59-
mftf
60-
github.com
48+
ui-library
6149
www.thegeekstuff.com
62-
account.magento.com
6350
yatil.net
64-
ui-library
65-
security
66-
navigation
67-
community
68-
docs.magento.com
69-
mariadb.com
7051
].freeze
7152

7253
# Configure htmlproofer parameters:

0 commit comments

Comments
 (0)