diff --git a/sanityCheck b/sanityCheck index e8e842b19766a9b04452b30f317e5af78755a42f..94cceaa8b334c0a188d948c1d9a89f24ecf0d925 100755 --- a/sanityCheck +++ b/sanityCheck @@ -103,7 +103,7 @@ $GREP 'elseif $ ' -- 'src/*' | myprint "missing ; before statement" $GREP "<<[a-zA-Z]\([^\"'>]\|[^\"'>]>[^\"'>]\)*[a-zA-Z][.][^a-zA-Z]" | myprint "StrangeCharacterAfterDot" # Check for @@. instead of .@@ $GREP -E "@@(\.|,|;|:)\s" -- src/*.tw | myprint "WrongSelectorPunctuation" -$GREP "@@[a-z]\+;" -- 'src/*' | myprint "@@MisingDot" +$GREP "@@[a-z]\+;" -- 'src/*' | myprint "SelectorMissingDot" # Check that we do not have any variables that we use only once. e.g. $onlyUsedOnce # Ignore *Nationalities