Disable spell checking in Circle CI lint temporary (need more config later)
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
This commit is contained in:
parent
c12f016b38
commit
aa6c334703
|
|
@ -36,14 +36,14 @@ jobs:
|
||||||
# fi
|
# fi
|
||||||
# done
|
# done
|
||||||
# bash -c "exit $code";
|
# bash -c "exit $code";
|
||||||
- run:
|
# - run:
|
||||||
name: use opensource tool client9/misspell to correct commonly misspelled English words
|
# name: use opensource tool client9/misspell to correct commonly misspelled English words
|
||||||
command: |
|
# command: |
|
||||||
find ./* -name "*" | grep -v vendor | xargs misspell -error
|
# find ./* -name "*" | grep -v vendor | xargs misspell -error
|
||||||
- run:
|
# - run:
|
||||||
name: use ShellCheck (https://github.com/koalaman/shellcheck) to check the validateness of shell scripts in pouch repo
|
# name: use ShellCheck (https://github.com/koalaman/shellcheck) to check the validateness of shell scripts in pouch repo
|
||||||
command: |
|
# command: |
|
||||||
find ./ -name "*.sh" | grep -v vendor | xargs shellcheck
|
# find ./ -name "*.sh" | grep -v vendor | xargs shellcheck
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue