Loading lychee.toml +7 −2 Original line number Diff line number Diff line ############################# Exclusions ########################## exclude = [ 'https://my-nonprod-k8s.domain', '/static/intro$' ] exclude = [ # Ignore example URLs '.*\.acme.corp\.*', 'https://my-nonprod-k8s.domain', '/static/intro$' ] # Exclude these filesystem paths from getting checked. exclude_path = [ "SECURITY.md", "docs/ref/templates-stages-body.part.html", "docs/secu/" ] Loading Loading
lychee.toml +7 −2 Original line number Diff line number Diff line ############################# Exclusions ########################## exclude = [ 'https://my-nonprod-k8s.domain', '/static/intro$' ] exclude = [ # Ignore example URLs '.*\.acme.corp\.*', 'https://my-nonprod-k8s.domain', '/static/intro$' ] # Exclude these filesystem paths from getting checked. exclude_path = [ "SECURITY.md", "docs/ref/templates-stages-body.part.html", "docs/secu/" ] Loading