Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
magnars committed Mar 22, 2013
1 parent a4701f2 commit 3884309
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ You can also skip the watching-part, and just lint the entire project once:

autolint --once

It terminates with a non-zero exit code if any lint is found, making it
well suited for pre-commit hooks if you are so inclined.

## Configuration

Look at the default configuration
Expand Down Expand Up @@ -229,13 +232,13 @@ Autolint now uses [semantic versioning](http://semver.org).
## Contribute

If you want to help out with features or bug fixes, that's awesome.
Check out [`todo.md`](autolint/blob/master/todo.md) for inspiration.
Check out [`todo.org`](autolint/blob/master/todo.org) for inspiration.

* Fork the project.
* Make your feature addition or bug fix.
* Don't forget tests. This is important so I don't break it in a
future version unintentionally.
* Commit and send me a merge request.
* Commit and send me a pull request.

### Setting up development environment

Expand Down Expand Up @@ -266,7 +269,7 @@ Install [watchr](https://github.com/mynyml/watchr) to run the tests automaticall

Then start the autotest with:

watchr autotest.watchr
watchr watch-tests.watchr

If watchr can't be interrupted with 2x ctrl-c, switch to ruby ~1.9

Expand Down

0 comments on commit 3884309

Please sign in to comment.