From 53d7ec652101cb7b79a569652328e956a554cf0e Mon Sep 17 00:00:00 2001 From: Stuffed <stuffedgames@gmail.com> Date: Mon, 1 May 2017 09:41:19 +0900 Subject: [PATCH] Remove the simply string test in the sanityCheck --- sanityCheck | 1 - 1 file changed, 1 deletion(-) diff --git a/sanityCheck b/sanityCheck index 781124fa11d..b8130584c46 100755 --- a/sanityCheck +++ b/sanityCheck @@ -9,7 +9,6 @@ git grep "<<[ ]*if[^>=]*[^><\!=]=[^=][^>]*>>" -- 'src/*' # Check for missing ". e.g.: <<if $foo = "hello>> git grep "<<[^\"<>]*\"[^\"<>]*>>" -- 'src/*' # Check for missing ". e.g.: <<if $foo = "hello) -git grep "<<[^\"<>]*\(\"[^><\"]*\"\)*[^<>\"]*\"[^<>()\"]*)" -- 'src/*' git grep "<<[^\"<>]*\([^\"<>]*\"[^><\"]*\"\| [<>] \)*\"\([^\"<>]*\"[^><\"]*\"\| [<>] \)*\([^\"<>]\| [<>] \)*>>" -- 'src/*' # Check for colors like: @@color:red - should be @@.red git grep -e "@@color:" --and --not -e "@@color:rgb([0-9 ]\+,[0-9 ]\+,[0-9 ]\+)" -- "src/*" -- GitLab