Skip to content
Snippets Groups Projects
Commit 53d7ec65 authored by Stuffed's avatar Stuffed
Browse files

Remove the simply string test in the sanityCheck

parent 1468627a
No related branches found
No related tags found
4 merge requests!843Delete Please.,!833Pregmod master,!758Pregmod master,!161Pregmod master
...@@ -9,7 +9,6 @@ git grep "<<[ ]*if[^>=]*[^><\!=]=[^=][^>]*>>" -- 'src/*' ...@@ -9,7 +9,6 @@ git grep "<<[ ]*if[^>=]*[^><\!=]=[^=][^>]*>>" -- 'src/*'
# Check for missing ". e.g.: <<if $foo = "hello>> # Check for missing ". e.g.: <<if $foo = "hello>>
git grep "<<[^\"<>]*\"[^\"<>]*>>" -- 'src/*' git grep "<<[^\"<>]*\"[^\"<>]*>>" -- 'src/*'
# Check for missing ". e.g.: <<if $foo = "hello) # Check for missing ". e.g.: <<if $foo = "hello)
git grep "<<[^\"<>]*\(\"[^><\"]*\"\)*[^<>\"]*\"[^<>()\"]*)" -- 'src/*'
git grep "<<[^\"<>]*\([^\"<>]*\"[^><\"]*\"\| [<>] \)*\"\([^\"<>]*\"[^><\"]*\"\| [<>] \)*\([^\"<>]\| [<>] \)*>>" -- 'src/*' git grep "<<[^\"<>]*\([^\"<>]*\"[^><\"]*\"\| [<>] \)*\"\([^\"<>]*\"[^><\"]*\"\| [<>] \)*\([^\"<>]\| [<>] \)*>>" -- 'src/*'
# Check for colors like: @@color:red - should be @@.red # 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/*" git grep -e "@@color:" --and --not -e "@@color:rgb([0-9 ]\+,[0-9 ]\+,[0-9 ]\+)" -- "src/*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment