tor/scripts/maint/practracker
Nick Mathewson 318de94e49 Fix a bug in practracker's handling of .may_include in headers
I was expecting our filter code to work in a way it didn't.  I
thought that saying that DependencyViolation applied to "*" would
hit all of the files -- but actually, "*" wasn't implemented.  I had
to say "*.c" and "*.h"
2019-09-05 16:16:20 -04:00
..
testdata Add integration tests for new practracker features 2019-08-26 12:28:46 -04:00
.enable_practracker_in_hooks pre-push hook: Only run practracker when a special file is present 2019-08-08 11:36:05 -04:00
exceptions.txt Merge branch 'ticket30935' into ticket30935_merged 2019-08-22 17:25:35 -04:00
includes.py Make includes interface more like the rest of practracker 2019-08-05 17:48:06 -04:00
metrics.py Teach practracker about .h files 2019-08-05 10:31:02 -04:00
practracker_tests.py Port practracker unit tests to python 3 2019-08-01 14:00:48 -04:00
practracker.py Fix a bug in practracker's handling of .may_include in headers 2019-09-05 16:16:20 -04:00
problem.py Merge branch 'ticket31176' into ticket31176_merged 2019-08-21 09:46:20 -04:00
test_practracker.sh Add integration tests for new practracker features 2019-08-26 12:28:46 -04:00
util.py Teach practracker about .h files 2019-08-05 10:31:02 -04:00