diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-08-05 17:04:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-08-05 17:04:00 -0400 |
commit | 720951f05664c38155a4515aa76b9c8d3a99269d (patch) | |
tree | b5c25f0f693ccfeac3e159f8294152c21ea8a3c8 /src/core/proto/.may_include | |
parent | 9abbde2c244f40fcf06c34cd72c360a9770fcd7c (diff) | |
download | tor-720951f05664c38155a4515aa76b9c8d3a99269d.tar.gz tor-720951f05664c38155a4515aa76b9c8d3a99269d.zip |
Teach include-checker about advisory rules
A .may_includes file can be "advisory", which means that some
violations of the rules are expected. We will track these
violations with practracker, not as automatic errors.
Diffstat (limited to 'src/core/proto/.may_include')
-rw-r--r-- | src/core/proto/.may_include | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/core/proto/.may_include b/src/core/proto/.may_include new file mode 100644 index 0000000000..c1647a5cf9 --- /dev/null +++ b/src/core/proto/.may_include @@ -0,0 +1,10 @@ +!advisory + +orconfig.h + +lib/crypt_ops/*.h +lib/buf/*.h + +trunnel/*.h + +core/proto/*.h
\ No newline at end of file |