diff options
Diffstat (limited to 'lint/TARGETS')
-rw-r--r-- | lint/TARGETS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lint/TARGETS b/lint/TARGETS index 5e260c79..b3963739 100644 --- a/lint/TARGETS +++ b/lint/TARGETS @@ -5,6 +5,7 @@ [ ["LINT: clang-tidy", "clang-tidy"] , ["LINT: clang-format", "clang-format"] , ["LINT: iwyu", "iwyu"] + , ["LINT: strict_deps", "strict_deps"] ] } , "clang toolchain": @@ -79,4 +80,16 @@ , ["@", "tests", "", "ALL"] ] } +, "LINT: strict_deps": + { "type": ["@", "rules", "lint", "targets"] + , "tainted": ["test"] + , "name": ["strict deps"] + , "linter": ["run_strict_deps.py"] + , "summarizer": ["summary.py"] + , "targets": + [ ["@", "src", "src/buildtool/main", "just"] + , ["@", "src", "src/other_tools/just_mr", "just-mr"] + , ["@", "tests", "", "ALL"] + ] + } } |