diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-21 11:14:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-21 11:14:57 -0400 |
commit | 52bc92140287852f8f7fbb3ca4ba233ab229ff4f (patch) | |
tree | d2e23a73f3d37405cd85dcbe70889fa9cfbad86b /scripts | |
parent | 3a547076b6ff2a043f7d751426e34b6408754369 (diff) | |
download | tor-52bc92140287852f8f7fbb3ca4ba233ab229ff4f.tar.gz tor-52bc92140287852f8f7fbb3ca4ba233ab229ff4f.zip |
Fix (most) lintChanges warnings on master.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/maint/lintChanges.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/maint/lintChanges.py b/scripts/maint/lintChanges.py index a73110dab1..48edd06fde 100755 --- a/scripts/maint/lintChanges.py +++ b/scripts/maint/lintChanges.py @@ -16,6 +16,7 @@ KNOWN_GROUPS=set([ "Minor features", "Major feature", "Major features", + "New system requirements", "Testing", "Documentation", "Code simplification and refactoring", |