This is an automated email from the ASF dual-hosted git repository.
masaori pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new bf688de Do not run clang-tidy on lib/yamlcpp/
bf688de is described below
commit bf688dec675294aa2742046f1d5b64723b7cb9ba
Author: Masaori Koshiba <[email protected]>
AuthorDate: Tue Mar 19 09:21:35 2019 +0900
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 05f441a..a451416 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)