This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree 1 file changed +22
-41
lines changed
1 file changed +22
-41
lines changed Original file line number Diff line number Diff line change 1
1
module Proofer
2
2
# Constants to be used in options
3
3
FILE_IGNORE = %w[
4
- videos
5
- swagger
6
- mftf
7
- pattern-library
8
- guides/m1x
9
- search.html
10
4
404.html
5
+ action-groups.html
6
+ cloud-fastly.html
11
7
codelinks
8
+ contributing.html
9
+ css-preprocess.html
10
+ es-overview.html
11
+ guides/m1x
12
+ index.html
12
13
magento-third-party.html
13
14
magento-techbull.html
15
+ mftf
16
+ pattern-library
14
17
release-notes
15
- index.html
18
+ search.html
19
+ swagger
16
20
template.html
17
- whats-new.html
18
- action-groups.html
19
- css-preprocess.html
20
- es-overview.html
21
- cloud-fastly.html
22
21
theme_dictionary.html
23
- contributing.html
22
+ videos
23
+ whats-new.html
24
24
] . freeze
25
25
26
26
URL_IGNORE = %w[
27
- guides/v2.0
27
+ account.magento.com
28
28
architecture
29
- advanced-reporting
30
- coding-standards
29
+ community
31
30
comp-mgr
32
31
config-guide
33
- contributor-guide
34
- design-styleguide
35
- ext-best-practices
32
+ docs.magento.com
36
33
extension-dev-guide
37
34
frontend-dev-guide
38
- get-started
35
+ github.com
39
36
graphql
37
+ guides/v2.0
40
38
howdoi
41
- inventory
42
39
javascript-dev-guide
43
- marketplace
44
- magento-functional-testing-framework
45
- migration
46
- modules
40
+ mariadb.com
41
+ mftf
47
42
mrg
48
- mtf
43
+ navigation
49
44
pattern-library
50
- payments-integrations
51
45
release-notes
52
46
rest
53
- soap
54
- test
55
- ui-components
56
47
ui_comp_guide
57
- pwa
58
- msi
59
- mftf
60
- github.com
48
+ ui-library
61
49
www.thegeekstuff.com
62
- account.magento.com
63
50
yatil.net
64
- ui-library
65
- security
66
- navigation
67
- community
68
- docs.magento.com
69
- mariadb.com
70
51
] . freeze
71
52
72
53
# Configure htmlproofer parameters:
You can’t perform that action at this time.
0 commit comments