aboutsummaryrefslogtreecommitdiff
path: root/kokoro/check-format
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2018-11-22 10:39:48 -0500
committerDavid Neto <dneto@google.com>2018-11-22 10:39:48 -0500
commit6f0012be2e2ef95afca25ee74d0cc93cafbd41c8 (patch)
treebd56bd5999cc6a1479aee12f3d7cffd98f2ea8f3 /kokoro/check-format
parent28ae10ab933e0024b60f2cd97753fa6becc57e72 (diff)
downloadamber-6f0012be2e2ef95afca25ee74d0cc93cafbd41c8.tar.gz
Add copyright check (#88)
Add copyright check This CL imports the copyright check from shaderc and adds it to the check-format kokoro bot. Added .mm
Diffstat (limited to 'kokoro/check-format')
-rw-r--r--kokoro/check-format/build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/kokoro/check-format/build.sh b/kokoro/check-format/build.sh
index b67091e..5ce2d0b 100644
--- a/kokoro/check-format/build.sh
+++ b/kokoro/check-format/build.sh
@@ -31,3 +31,7 @@ curl -L http://llvm.org/svn/llvm-project/cfe/trunk/tools/clang-format/clang-form
echo $(date): Check formatting...
./tools/check_code_format.sh;
echo $(date): check completed.
+
+echo $(date): Check copyright...
+./tools/copyright.py --check;
+echo $(date): check completed.