Skip to content

Commit

Permalink
chore(linkchecker): Ignore instagram
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jun 13, 2024
1 parent d1b3bc2 commit f22df6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
source env/bin/activate
python -m pip install --upgrade pip
python -m pip install linkchecker
- run:
name: Configure linkchecker to ignore instagram
command: |
CONFIG="$HOME/.config/linkchecker/linkcheckerrc"
mkdir -p $( dirname $CONFIG )
echo "[filtering]\nignorewarningsforurls=\n ^https://www\.instagram\.com ^http-redirected\n" >> $CONFIG
- run:
name: check links
command: |
Expand Down

0 comments on commit f22df6d

Please sign in to comment.