Skip to content

Commit

Permalink
lintChanges: Tolerate variants that sortChanges knows how to clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Feb 18, 2020
1 parent f24959d commit d3c23b0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/maint/lintChanges.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@
"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",
Expand Down

0 comments on commit d3c23b0

Please sign in to comment.