We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0475e1 commit 44be9f2Copy full SHA for 44be9f2
.travis.yml
@@ -43,7 +43,8 @@ jobs:
43
install:
44
- npm i -g markdown-spellcheck
45
before_script:
46
- - wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/master/.spelling
+ # todo: change branch to master once merged.
47
+ - wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/oakbani/ignore-for-ruby/.spelling
48
script:
49
- mdspell -a -n -r --en-us '**/*.md'
50
after_success: skip
0 commit comments