Update
This commit is contained in:
parent
8b530b5952
commit
64fd120266
35 changed files with 2034 additions and 2007 deletions
7
check.sh
7
check.sh
|
@ -4,8 +4,9 @@
|
|||
echo "===== trailing spaces:"
|
||||
grep -rno " \+$" *.md
|
||||
|
||||
echo "===== links not ending in .md:"
|
||||
grep -rno "\[[^]]*\]([^)]*\([^.)][^)][^)]\|[^)][^m)][^)]\|[^)][^)][^d)]\))" *.md
|
||||
echo "===== weird links:"
|
||||
grep -rno "\[[^]]*\]([^)]*\([^.)][^)][^)]\|[^)][^m)][^)]\|[^)][^)][^d)]\))" *.md \
|
||||
| grep -vi "\(\.htm\|.com\|.net\|.php\|\.org\|\.eu\|.cz\|.xyz\|.io\|\.top\)"
|
||||
|
||||
typos="("
|
||||
typos="${typos}pubic|noticabl|occassion|ocassion|occure|occurres|adress"
|
||||
|
@ -16,7 +17,7 @@ typos="${typos}taht|lightening|milleni|milenni|miniscule|mispell|neccessar|"
|
|||
typos="${typos}necces|occasionaly|occurrance|occurence|passtime|posess|"
|
||||
typos="${typos}possese|preceed|priviledge|reccom|refered|succesful|sucessful|"
|
||||
typos="${typos}errorne|erorrne|superced|tommor|vaccu|wierd|wellfare|acknoleg"
|
||||
typos="${typos}aparrent|collegue|deppres"
|
||||
typos="${typos}aparrent|collegue|deppres|automatize"
|
||||
typos="${typos})"
|
||||
|
||||
echo "===== common typos:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue