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

This commit is contained in:
Nick Mathewson
2020-02-18 09:01:56 -05:00
parent f24959df1d
commit d3c23b079a
+6 -1
View File
@@ -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",