summaryrefslogtreecommitdiffstats
path: root/jjb/scripts/hicn/checkstyle.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/scripts/hicn/checkstyle.sh')
-rw-r--r--jjb/scripts/hicn/checkstyle.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/jjb/scripts/hicn/checkstyle.sh b/jjb/scripts/hicn/checkstyle.sh
new file mode 100644
index 00000000..451950eb
--- /dev/null
+++ b/jjb/scripts/hicn/checkstyle.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+echo "---> jjb/scripts/hicn/checkstyle.sh"
+
+if [ -f ./scripts/checkstyle.sh ];then
+ bash scripts/checkstyle.sh
+else
+ echo "Cannot find scripts/checkstyle.sh - skipping checkstyle"
+fi