diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-07-06 09:57:15 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-07-06 09:57:15 +0200 |
| commit | 9653c42734c520904a48373ecf427d266f4af9f5 (patch) | |
| tree | 61bba19b96d3e3182cd475c03601a927a5ee4d2b | |
| parent | 7dce88e941ead2c00976b46cdf65693c7971a36f (diff) | |
| download | jo.mssola.com-9653c42734c520904a48373ecf427d266f4af9f5.tar.gz jo.mssola.com-9653c42734c520904a48373ecf427d266f4af9f5.zip | |
ci: ignore uoc's url
For whatever reason it sometimes redirects too much for HTMLProofer's taste.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ task :test do check_html: true, check_img_http: true, check_opengraph: true, + url_ignore: [/uoc.edu/], typhoeus: { timeout: 120 }, |
