Update HACKING

This commit is contained in:
Florian Bruhin 2014-08-14 21:01:39 +02:00
parent 7512d766d4
commit 8be3d6f046

View File

@ -106,8 +106,6 @@ https://docs.python.org/3.4/library/unittest.html[unittest] framework
* http://pylint.org/[pylint] * http://pylint.org/[pylint]
* A custom checker for the following things: * A custom checker for the following things:
- untracked git files - untracked git files
- whitespace/CRLF problems
- `set_trace` invocations
- VCS conflict markers - VCS conflict markers
If you changed `setup.py` or `MANIFEST.in`, add the `--setup` argument to run If you changed `setup.py` or `MANIFEST.in`, add the `--setup` argument to run
@ -116,6 +114,9 @@ the following additional checkers:
* https://pypi.python.org/pypi/pyroma/0.9.3[pyroma] * https://pypi.python.org/pypi/pyroma/0.9.3[pyroma]
* https://github.com/mgedmin/check-manifest[check-manifest] * https://github.com/mgedmin/check-manifest[check-manifest]
It needs all the checkers to be installed and also needs
https://pypi.python.org/pypi/colorama/[colorama].
Please make sure this script runs without any warnings on your new Please make sure this script runs without any warnings on your new
contributions. There's of course the possibility of false-positives, and the contributions. There's of course the possibility of false-positives, and the
following techniques are useful to handle these: following techniques are useful to handle these: