tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit d3c23b079a193ba8e820f51ec00740bf63b8d73f
parent f24959df1dded4a6ca7244dede90bd00af8aa4e0
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 18 Feb 2020 09:01:56 -0500

lintChanges: Tolerate variants that sortChanges knows how to clean up.

Diffstat:
Mscripts/maint/lintChanges.py | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/scripts/maint/lintChanges.py b/scripts/maint/lintChanges.py @@ -25,7 +25,12 @@ KNOWN_GROUPS = set([ "Code simplification and refactoring", "Removed features", "Deprecated features", - "Directory authority changes"]) + "Directory authority changes", + + # These aren't preferred, but sortChanges knows how to clean them up. + "Code simplifications and refactoring", + "Code simplification and refactorings", + "Code simplifications and refactorings"]) NEEDS_SUBCATEGORIES = set([ "Minor bugfix",