Skip to content

Commit 22ffaab

Browse files
committed
Add coffeelint to help conform to the style guide
1 parent 419d30b commit 22ffaab

File tree

8 files changed

+615
-9
lines changed

8 files changed

+615
-9
lines changed

.coffeelintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
*.sublime*
77
node_modules/*
88
dist
9+
jscoverage.json
10+
tags

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ node_js: 0.10
33
before_install:
44
- "npm install -g coffee-script"
55
- "npm install path"
6+
- "npm install -g git://github.com/clutchski/coffeelint.git"
67
- "cake build"
7-
script: "cake test"
8+
script: "cake test && cake lint"
89
notifications:
910
email: false
1011
branches:

0 commit comments

Comments
 (0)