Skip to content

Commit

Permalink
add check for jsl
Browse files Browse the repository at this point in the history
  • Loading branch information
ngauthier committed Aug 24, 2012
1 parent ab98b91 commit e5a2910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -25,6 +25,7 @@ end

desc "run JavaScriptLint on the source"
task :lint do
check 'jsl', 'JavaScript Lint', 'http://www.javascriptlint.com/'
system "jsl -nofilelisting -nologo -conf docs/jsl.conf -process backbone.js"
end

Expand Down

0 comments on commit e5a2910

Please sign in to comment.