]> git.ipfire.org Git - thirdparty/tor.git/commit
Add `check-changes` rule for checking formatting of changes files.
authorcypherpunks <cypherpunks@torproject.org>
Fri, 6 Mar 2015 10:56:57 +0000 (11:56 +0100)
committerNick Mathewson <nickm@torproject.org>
Mon, 9 Mar 2015 13:00:12 +0000 (09:00 -0400)
commit9dc90a5b7bf02bc9a034b57bdbc1588745d00447
tree7f5f546f02b280f40bb1a4c0adc4974787d38227
parent4ced3b59aad0fffd653869d486bb0f4b1c26b19f
Add `check-changes` rule for checking formatting of changes files.

Additional fixes to make the change work;
- fix Python 2 vs 3 issues
- fix some PEP 8 warnings
- handle paths with numbers correctly
- mention the make rule in doc/HACKING.
Makefile.am
changes/feature15180 [new file with mode: 0644]
doc/HACKING
scripts/maint/lintChanges.py