- af5bca2 Release 0.8.0
- 5afe98d Move package metadata from setup.py into package
- ea605f9 Add --values to detect duplicate values
- 3ae6c45 Let it run on parent directories
- 3dd91b9 Run slower Python builds first
- 5039c63 Travis test on PyPy
- ae6c1fd Test more complex JSON
- f73f4e6 Ignore
.pycand other common things - c518487 Return the exit code from run
- 4e9f990 Add installation instructions
- 9303aba Require pep257>=0.7.0
- d3da112 flake8 fixes
- 5599b63 Add flake8 modules pep257, coding and hacking
- d84b602 Release 0.7.0
- a753403 Pass filename through instead of depending upon
self.current_fname - ddc012c Remove unused has_errors
- 34fc909 Handle commands like "'jsonchecker .'"
- 3020e39 travis: Set
sudo: false
- e2d048b Fix output when --quiet is used and all files are good
- b43a846 Allow specifying multiple directories/files
- cac13b0 Add a --quiet option
- 03451d1 Package-ify and rename to "jsonchecker"
- 1c5bde2 markdown yo!
- 966586e Re-add individual file support
- dd68276 Refactor code structure, improve output upon error
- 23e5ad3 Fix Python 3 support
- f34a629 Add
.travis.yml - 3cfcca2 run unittests with tox
- 8214bc5 missed a word
- 4ec8f12 Update
README - 67738b4 Don't die when an error is found, go through all the other files too
- 93cddf2 Recursively search through directories
- 25b07d8 Add support for checking entire directories
- 6d8467f Initial commit