Files
2022-09-13 14:31:24 +08:00

9 lines
175 B
Python

include_rules = [
"-checkdeps/testdata/disallowed",
"+checkdeps/testdata/allowed",
"-third_party/explicitly_disallowed",
]
skip_child_includes = [
"checkdeps_test",
]