]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
lintChanges: Tolerate variants that sortChanges knows how to clean up.
authorNick Mathewson <nickm@torproject.org>
Tue, 18 Feb 2020 14:01:56 +0000 (09:01 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 18 Feb 2020 14:01:56 +0000 (09:01 -0500)
scripts/maint/lintChanges.py

index 88a865a572c5848b306046e5007dd88c6fb92569..2d8b2c6f0db8d556bffdde689fb0136ed6485c5b 100755 (executable)
@@ -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",