Skip to content

Commit

Permalink
temp disable check
Browse files Browse the repository at this point in the history
  • Loading branch information
snowme34 committed Dec 31, 2019
1 parent 79a351e commit 78e39c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ branches:
- master # build master branch only
install:
## install cspell
- npm install cspell
- ./node_modules/.bin/cspell --version
# - npm install cspell
# - ./node_modules/.bin/cspell --version
## install markdownlint
# - npm install markdownlint-cli
# - ./node_modules/.bin/markdownlint --version
script:
## check link
- docker run -ti --rm -v $PWD:/mnt:ro dkhamsing/awesome_bot --allow-dupe --allow-redirect --skip-save-results --white-list $(paste -d, -s travis_link_check_whitelist.txt) `find . -not -path "**/node_modules/*" -not -path "./blog/themes/symphony/*" -not -path "./blog/scaffolds/*" -regex ".*\.\(md\|rst\)$"`
# - docker run -ti --rm -v $PWD:/mnt:ro dkhamsing/awesome_bot --allow-dupe --allow-redirect --skip-save-results --white-list $(paste -d, -s travis_link_check_whitelist.txt) `find . -not -path "**/node_modules/*" -not -path "./blog/themes/symphony/*" -not -path "./blog/scaffolds/*" -regex ".*\.\(md\|rst\)$"`
## check spell
- find . -not -path "**/node_modules/*" -not -path "./blog/themes/symphony/*" -not -path "./blog/scaffolds/*" -name "*.md" | grep -v -f travis_spell_check_whitelist.txt | xargs ./node_modules/.bin/cspell -c cSpell.json
# - find . -not -path "**/node_modules/*" -not -path "./blog/themes/symphony/*" -not -path "./blog/scaffolds/*" -name "*.md" | grep -v -f travis_spell_check_whitelist.txt | xargs ./node_modules/.bin/cspell -c cSpell.json
# - ./node_modules/.bin/cspell docs/source/**/*.rst
## markdown lint
# - ./node_modules/.bin/markdownlint docs\source
Expand Down

0 comments on commit 78e39c8

Please sign in to comment.