summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-06-29 15:51:32 -0400
committerNick Mathewson <nickm@torproject.org>2017-06-29 15:51:32 -0400
commit27688994a936e8c045f0273e7295b930f4ce28ae (patch)
treedc6954d4eb6d15403bc8e483c468b40856759851
parent1bf3ef1c283619c5afb804db87db54db36dd6076 (diff)
downloadtor-27688994a936e8c045f0273e7295b930f4ce28ae.tar.gz
tor-27688994a936e8c045f0273e7295b930f4ce28ae.zip
Add "New dependencies" as a recognized lintchanges category
-rwxr-xr-xscripts/maint/lintChanges.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/maint/lintChanges.py b/scripts/maint/lintChanges.py
index bf06064fa8..ff5ba5ae95 100755
--- a/scripts/maint/lintChanges.py
+++ b/scripts/maint/lintChanges.py
@@ -17,6 +17,7 @@ KNOWN_GROUPS = set([
"Major feature",
"Major features",
"New system requirements",
+ "New dependencies",
"Testing",
"Documentation",
"Code simplification and refactoring",