aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-10-17 13:58:21 -0400
committerNick Mathewson <nickm@torproject.org>2017-10-17 13:58:21 -0400
commit9298749088afc1f31e7f9ad9afade69e5033ffc4 (patch)
tree48b9c861fa3b779a454997e9b554099beaeb11b7 /scripts
parent22139c0b285e32639b35d671bef12277d3441791 (diff)
downloadtor-9298749088afc1f31e7f9ad9afade69e5033ffc4.tar.gz
tor-9298749088afc1f31e7f9ad9afade69e5033ffc4.zip
Add dirauth changes as a lintchanges category
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/maint/lintChanges.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/maint/lintChanges.py b/scripts/maint/lintChanges.py
index b418065ffb..c2dda6dc81 100755
--- a/scripts/maint/lintChanges.py
+++ b/scripts/maint/lintChanges.py
@@ -21,7 +21,8 @@ KNOWN_GROUPS = set([
"Documentation",
"Code simplification and refactoring",
"Removed features",
- "Deprecated features"])
+ "Deprecated features",
+ "Directory authority changes"])
NEEDS_SUBCATEGORIES = set([
"Minor bugfix",