Skip to content
Snippets Groups Projects
Commit add3f835 authored by brickode's avatar brickode
Browse files

Spelling

parent d942d80f
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ $GREP 'elseif $ ' -- 'src/*' | myprint "missing ; before statement" ...@@ -103,7 +103,7 @@ $GREP 'elseif $ ' -- 'src/*' | myprint "missing ; before statement"
$GREP "<<[a-zA-Z]\([^\"'>]\|[^\"'>]>[^\"'>]\)*[a-zA-Z][.][^a-zA-Z]" | myprint "StrangeCharacterAfterDot" $GREP "<<[a-zA-Z]\([^\"'>]\|[^\"'>]>[^\"'>]\)*[a-zA-Z][.][^a-zA-Z]" | myprint "StrangeCharacterAfterDot"
# Check for @@. instead of .@@ # Check for @@. instead of .@@
$GREP -E "@@(\.|,|;|:)\s" -- src/*.tw | myprint "WrongSelectorPunctuation" $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 # Check that we do not have any variables that we use only once. e.g. $onlyUsedOnce
# Ignore *Nationalities # Ignore *Nationalities
......
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