mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 10:11:03 +00:00
Add availible to the spell checker.
This commit is contained in:
2
lint
2
lint
@@ -35,7 +35,7 @@ function spell_check {
|
|||||||
filename="$1"
|
filename="$1"
|
||||||
local lint_result=0
|
local lint_result=0
|
||||||
|
|
||||||
if grep -iH --color=always psueod "${filename}"; then
|
if grep -iH --color=always psueod availible "${filename}"; then
|
||||||
echo "${filename}: spelling mistake"
|
echo "${filename}: spelling mistake"
|
||||||
lint_result=1
|
lint_result=1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user