aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-07-06 09:57:15 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-07-06 09:57:15 +0200
commit9653c42734c520904a48373ecf427d266f4af9f5 (patch)
tree61bba19b96d3e3182cd475c03601a927a5ee4d2b
parent7dce88e941ead2c00976b46cdf65693c7971a36f (diff)
downloadjo.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--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 173375c..d5f5380 100644
--- a/Rakefile
+++ b/Rakefile
@@ -25,6 +25,7 @@ task :test do
check_html: true,
check_img_http: true,
check_opengraph: true,
+ url_ignore: [/uoc.edu/],
typhoeus: {
timeout: 120
},