Commit 95273ba4 authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

fix(lychee): ignore links to acme.corp

parent 33d27c27
Loading
Loading
Loading
Loading
+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/" ]