Skip to content

Commit

Permalink
Updated list of excluded URLs for link test (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm authored Feb 12, 2025
1 parent 07b08f7 commit d8f14f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ task :test do
assume_extension: ['.html'],
ignore_urls: [
# These urls lead to some errors in html-proofer and were manually checked to be valid
'https://qcomp.org/benchmarks/index.html#crowds',
'https://qcomp.org/benchmarks/index.html#jobs',
'http://fizzed.com/oss/font-mfizz',
'https://cavconference.org/2017/accepted-papers',
'https://www.cse.msu.edu/~cse870/Materials/FaultTolerant/manual-galileo.htm#Editing%20in%20the%20Textual%20View',
'https://getfem.org/gmm.html',
'https://tempest-synthesis.org',
'https://www.aachener-zeitung.de/wirtschaft/storm-findet-sicherheitskritische-softwarefehler/3962772.html',
'https://cavconference.org/2017/accepted-papers', # SSL error
'https://www.cse.msu.edu/~cse870/Materials/FaultTolerant/manual-galileo.htm#Editing%20in%20the%20Textual%20View', # Anchor not found
'http://fizzed.com/oss/font-mfizz', # HTTPS not supported
'https://getfem.org/gmm.html', # SSL error
'https://qcomp.org/benchmarks/index.html#crowds', # Anchor not found
'https://qcomp.org/benchmarks/index.html#jobs', # Anchor not found
],
}).run
end
Expand Down

0 comments on commit d8f14f5

Please sign in to comment.