Skip to content

Commit 7d9e04c

Browse files
committed
added markdownlint to travis
1 parent 55662f4 commit 7d9e04c

File tree

65 files changed

+118
-92
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+118
-92
lines changed

.markdownlintrc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"frontMatter": true,
3+
"MD002": {
4+
"level": 2
5+
},
6+
"MD003": {
7+
"style": "atx"
8+
},
9+
"MD006": false,
10+
"MD013": false,
11+
"MD014": false,
12+
"MD024": false,
13+
"MD041": false,
14+
"MD023": false,
15+
"MD026": false
16+
}

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
language: ruby
2-
rvm:
3-
- 2.2.3
4-
script: bundle exec rake test
1+
language: node_js
2+
node_js:
3+
- "4.2"
4+
before_script:
5+
- rvm install 2.2.3
6+
- bundle install
7+
script:
8+
- npm run lint
9+
- bundle exec rake test
510
sudo: false
611
env:
712
global:

_posts/2012-07-13-hipmob.md

Lines changed: 2 additions & 3 deletions
Lines changed: 2 additions & 6 deletions

_posts/2012-08-03-scandit-barcode-scanner-sdk-and-phonegap-plugin.md

Lines changed: 1 addition & 1 deletion

_posts/2012-08-05-filepicker-io.md

Lines changed: 3 additions & 3 deletions

_posts/2012-09-20-the-m-project.md

Lines changed: 2 additions & 3 deletions

_posts/2012-10-21-quicklight.md

Lines changed: 1 addition & 1 deletion

_posts/2012-10-21-singly-social-sdk.md

Lines changed: 1 addition & 1 deletion

_posts/2012-11-06-lavaca.md

Lines changed: 4 additions & 3 deletions

0 commit comments

Comments
 (0)