@@ -47,6 +47,11 @@ site-link-validator {
47
47
ignore-missing-local-files-regex = ""
48
48
// e.g. "^api/alpakka/snapshot/pekko/stream/alpakka/googlecloud/storage/impl/Formats.*"
49
49
50
+ ignore-files = [
51
+ # This file is generated, we can't do much about the invalid links here
52
+ "license-report.html"
53
+ ]
54
+
50
55
ignore-prefixes = [
51
56
# Fails after a number of requests with "403 Forbidden"
52
57
"https://javadoc.io/static/"
@@ -64,40 +69,11 @@ site-link-validator {
64
69
"http://code.google.com/"
65
70
# sample endpoint
66
71
"http://localhost:8080"
67
- # broken URL in license report
68
- "http://pholser.github.com/"
69
- "http://specs2.org/"
70
72
]
71
73
72
74
non-https-whitelist = [
73
75
# sample in docs
74
76
"http://example.com"
75
- # license report
76
- "http://asm.ow2.io/"
77
- "http://commons.apache.org/"
78
- "http://www.apache.org/licenses/LICENSE-2.0"
79
- "http://findbugs.sourceforge.net/"
80
- "http://github.com/FasterXML/"
81
- "http://github.com/ronmamo/"
82
- "http://github.com/sbt/junit-interface/"
83
- "http://jopt-simple.github.io/jopt-simple"
84
- "http://junit.org"
85
- "http://netty.io/"
86
- "http://openjdk.java.net/legal/gplv2+ce.html"
87
- "http://opensource.org/licenses/MIT"
88
- "http://parboiled.org"
89
- "http://specs2.org/"
90
- "http://www.eclipse.org/legal/epl-v10.html"
91
- "http://www.javassist.org/"
92
- "http://www.mozilla.org/MPL/MPL-1.1.html"
93
- "http://www.opensource.org/licenses/"
94
- "http://opensource.org/licenses/"
95
- "http://www.reactive-streams.org/"
96
- "http://www.scala-lang.org/"
97
- "http://www.scala-sbt.org"
98
- "http://www.scalacheck.org"
99
- "http://www.scalatest.org"
100
- "http://www.slf4j.org"
101
77
# no https support
102
78
"http://spray.io/blog/"
103
79
# javadoc
0 commit comments