Skip to content

trobrock/jshint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hound JSHint

JSHint is a static code analysis tool for JavaScript

hound-jshint is a Node service that polls JshintReviewJobs from the jshint_review queue, lints code with JSHint, then pushes the results to the high queue, as CompletedFileReviewJobs.

Testing locally

First, add the following to the bottom of index.js:

var testQueue = require("./lib/test-queue");

testQueue(redis);

Next, start the Resque web interface:

$ cd node_modules/node-resque/resque-web
$ bundle install
$ bundle exec rackup
$ open http://localhost:9292

As you run the worker, monitor how jobs flow through the queues.

About

The default javascript review service for Hound, backed by JSHint

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors