LinkValidatorOptions
type LinkValidatorOptions =
{
CheckExternal: bool
CheckWhileWatching: bool
FailOnExternal: bool
Timeout: int
Concurrency: int
Ignore: string list
AllowStatusCodes: int list
CacheHours: int
}| Assembly | Nacara.Plugin.LinkValidator |
Options of the links plugin.
Fields
CheckExternal: bool
CheckExternal: boolCheck links that leave the site.
On by default. Answers are cached for a week, so most builds send no requests. Turn it off for a build that has no network, and see FailOnExternal for what a failure should cost.
CheckWhileWatching: bool
CheckWhileWatching: boolCheck while watching too. Off by default: it is slow and rarely what you are working on.
FailOnExternal: bool
FailOnExternal: boolA link that leaves the site and cannot be reached fails the build, rather than warning.