From 94bf971f726339a414cd06db4586ac22607afff3 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Tue, 4 Jun 2019 12:26:00 +0300 Subject: [PATCH 1/2] Update clang_tidy.sh --- clang_tidy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/clang_tidy.sh b/clang_tidy.sh index c09054c5..9ced07f1 100755 --- a/clang_tidy.sh +++ b/clang_tidy.sh @@ -1,2 +1 @@ -#!/bin/bash clang-tidy example/example.cpp -- -I ./include From 12e30f0eb46d8b4544f6168a779c7cc967998f64 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Tue, 4 Jun 2019 12:26:49 +0300 Subject: [PATCH 2/2] Update format.sh --- format.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/format.sh b/format.sh index 69a738d8..97bbea23 100755 --- a/format.sh +++ b/format.sh @@ -1,4 +1,3 @@ -#!/bin/bash echo -n "Running dos2unix " find . -name "*\.h" -o -name "*\.cpp"|grep -v bundled|xargs -I {} sh -c "dos2unix '{}' 2>/dev/null; echo -n '.'" echo