Skip to content

Commit

Permalink
update cspell config
Browse files Browse the repository at this point in the history
  • Loading branch information
snowme34 committed Jan 13, 2019
1 parent f652a54 commit efb4460
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
# - npm install markdownlint-cli
# - ./node_modules/.bin/markdownlint --version
script:
- 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/*" -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/" -regex ".*\.\(md\|rst\)$"`
- find . -not -path "./node_modules/*" -name "*.md" | xargs ./node_modules/.bin/cspell
# - ./node_modules/.bin/cspell docs/source/**/*.rst
# - ./node_modules/.bin/markdownlint docs\source
9 changes: 6 additions & 3 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@
"hte"
],
"ignorePaths": [
"node_modules/**",
"blog/source/_posts/re-rebuild-note.md",
"docs/source/links/cuddly_links_collection.md"
"**/node_modules/**",
".gitignore",
"cSpell.json",
"package.json",
"**/blog/source/_posts/re-rebuild-note.md",
"**/docs/source/links/cuddly_links_collection.md"
],
"dictionaryDefinitions": [
{
Expand Down

0 comments on commit efb4460

Please sign in to comment.