[tor-commits] [tor/master] lintChanges: Tolerate variants that sortChanges knows how to clean up.

nickm at torproject.org nickm at torproject.org
Tue Feb 18 14:02:38 UTC 2020


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

    lintChanges: Tolerate variants that sortChanges knows how to clean up.
---
 scripts/maint/lintChanges.py | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/scripts/maint/lintChanges.py b/scripts/maint/lintChanges.py
index 88a865a57..2d8b2c6f0 100755
--- 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",



More information about the tor-commits mailing list