|
| 1 | +# Configuration settings for html-proofer. |
| 2 | +# For configuration documentation, refer to: https://github.com/gjtorikian/html-proofer#configuration |
| 3 | +# For configuration defaults, refer to: https://github.com/gjtorikian/html-proofer/blob/master/lib/html-proofer/configuration.rb |
| 4 | +# |
| 5 | +html-proofer: |
| 6 | + :disable_external: true |
| 7 | + :only_4xx: true |
| 8 | + :empty_alt_ignore: true |
| 9 | + :allow_hash_ref: true |
| 10 | + :error_sort: :desc |
| 11 | + :parallel: |
| 12 | + :in_processes: 3 |
| 13 | + :file_ignore: |
| 14 | + - !ruby/regexp /guides\/m1x/ |
| 15 | + - !ruby/regexp /guides\/v2\.0/ |
| 16 | + - !ruby/regexp /videos\// |
| 17 | + :url_ignore: |
| 18 | + - !ruby/regexp /guides\/m1x/ |
| 19 | + - !ruby/regexp /guides\/v2\.0/ |
| 20 | + - !ruby/regexp /videos\// |
| 21 | + - !ruby/regexp /guides\// |
| 22 | + - !ruby/regexp /mftf\// |
| 23 | + - !ruby/regexp /common\// |
| 24 | + - !ruby/regexp /community\// |
| 25 | + - !ruby/regexp /mftf\// |
| 26 | + - !ruby/regexp /redoc\// |
| 27 | + - !ruby/regexp /swagger\// |
| 28 | + - !ruby/regexp /whatsnew.html/ |
| 29 | + - !ruby/regexp /availability.html/ |
| 30 | + - !ruby/regexp /magento-techbull.html/ |
| 31 | + - !ruby/regexp /magento-third-party.html/ |
| 32 | + - !ruby/regexp /whatsnew.html/ |
| 33 | + - !ruby/regexp /search.html/ |
| 34 | + - !ruby/regexp /system-requirements.html/ |
| 35 | + - !ruby/regexp /feed.xml/ |
0 commit comments