Merge branch 'master' of github.com:jonase/kibit

This commit is contained in:
Jonas Enlund 2012-03-16 06:02:26 +02:00
commit 2dbbfee70e

View file

@ -29,7 +29,7 @@ to analyze your namespaces.
## Contributing
It is very easy to write new patterns for `kibit`. Take a look at
[`control-structures.clj`](https://github.com/jonase/kibit/blob/master/src/jonase/kibit/control_structures.clj)
[`control-structures.clj`](https://github.com/jonase/kibit/blob/master/src/jonase/kibit/rules/control_structures.clj)
to see how new patterns are created. If you know of a recurring
pattern of code that can be simplified, please consider sending me a
pull request.