We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9bfc5 commit 267b0bbCopy full SHA for 267b0bb
clang_tidy/clang_tidy_test.bzl
@@ -67,14 +67,16 @@ fi
67
68
ln -s .. external
69
70
+"$bin" --quiet --verify-config
71
+
72
has_srcs=false
73
if [[ -n "{c_sources}" ]]; then
- "$bin" --quiet --verify-config --export-fixes $TEST_UNDECLARED_OUTPUTS_DIR/cfixes.yaml {c_sources} -- {c_flags}
74
+ "$bin" --quiet --export-fixes $TEST_UNDECLARED_OUTPUTS_DIR/cfixes.yaml {c_sources} -- {c_flags}
75
has_srcs=true
76
fi
77
78
if [[ -n "{cxx_sources}" ]]; then
- "$bin" --quiet --verify-config --export-fixes $TEST_UNDECLARED_OUTPUTS_DIR/cxxfixes.yaml {cxx_sources} -- {cxx_flags}
79
+ "$bin" --quiet --export-fixes $TEST_UNDECLARED_OUTPUTS_DIR/cxxfixes.yaml {cxx_sources} -- {cxx_flags}
80
81
82
0 commit comments