diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2012-06-13 01:09:06 +0200 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2012-06-13 01:09:06 +0200 |
commit | cdb36abcc9bd1e221d3ccf4a88d7e04fde3f2ed6 (patch) | |
tree | 33714f6001dcf63ec7e47b5f94224f5792a3e634 /README.rst | |
parent | 362c76e182a5a60d70ccc8c33a03dc18bc4b27e5 (diff) | |
download | pep8-cdb36abcc9bd1e221d3ccf4a88d7e04fde3f2ed6.tar.gz |
Implement `--diff` to receive a unidiff on STDIN and report errors on modified code only. (Closes #39)
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -115,6 +115,8 @@ Quick help is available on the command line:: --doctest run doctest on myself --config=path config file location (default: /home/user/.config/pep8) --format=format set the error format [default|pylint|<custom>] + --diff report only lines changed according to the unified diff + received on STDIN Feedback -------- |