From 49b8416eb7e503bf6153ea933fae0e4b40f710df Mon Sep 17 00:00:00 2001 From: Masaori Koshiba Date: Tue, 19 Mar 2019 09:21:35 +0900 Subject: [PATCH] Do not run clang-tidy on lib/yamlcpp/ --- lib/yamlcpp/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/yamlcpp/Makefile.am b/lib/yamlcpp/Makefile.am index 05f441af24d..a451416b7c8 100644 --- a/lib/yamlcpp/Makefile.am +++ b/lib/yamlcpp/Makefile.am @@ -17,8 +17,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -include $(top_srcdir)/build/tidy.mk - AM_CPPFLAGS += \ -I$(abs_top_srcdir)/lib/yamlcpp/include @@ -52,6 +50,3 @@ src/simplekey.cpp \ src/singledocparser.cpp \ src/stream.cpp \ src/tag.cpp - -clang-tidy-local: $(DIST_SOURCES) - $(CXX_Clang_Tidy)