Skip to content

Commit

Permalink
Whitelist some duplicates and acceptable redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman authored Apr 28, 2019
1 parent 2da77f0 commit 5303e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ before_script:
- if [ "$TASK" = "awesome_bot" ]; then gem install awesome_bot; fi
- if [ "$TASK" = "codespell" ]; then pip install --user git+https://github.com/codespell-project/codespell.git; fi
script:
- if [ "$TASK" = "awesome_bot" ]; then awesome_bot README.md; fi
- if [ "$TASK" = "awesome_bot" ]; then awesome_bot README.md --skip-save-results --white-list ebu.io/opensource,github.com/ebu/dash.js,www.kamailio.org/,techblog.netflix.com/; fi
- if [ "$TASK" = "codespell" ]; then codespell --check-filenames --check-hidden --quiet 2 --regex "[a-zA-Z0-9][\\-'a-zA-Z0-9]+[a-zA-Z0-9]" $(eval "find ./ -type f | xargs"); fi

0 comments on commit 5303e96

Please sign in to comment.