Skip to content

Commit

Permalink
Disable spell checking in Circle CI lint temporary (need more config …
Browse files Browse the repository at this point in the history
…later)

Signed-off-by: Eric Zhao <[email protected]>
  • Loading branch information
sczyh30 committed Jan 4, 2019
1 parent c12f016 commit aa6c334
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
# fi
# done
# bash -c "exit $code";
- run:
name: use opensource tool client9/misspell to correct commonly misspelled English words
command: |
find ./* -name "*" | grep -v vendor | xargs misspell -error
- run:
name: use ShellCheck (https://github.com/koalaman/shellcheck) to check the validateness of shell scripts in pouch repo
command: |
find ./ -name "*.sh" | grep -v vendor | xargs shellcheck
# - run:
# name: use opensource tool client9/misspell to correct commonly misspelled English words
# command: |
# find ./* -name "*" | grep -v vendor | xargs misspell -error
# - run:
# name: use ShellCheck (https://github.com/koalaman/shellcheck) to check the validateness of shell scripts in pouch repo
# command: |
# find ./ -name "*.sh" | grep -v vendor | xargs shellcheck

workflows:
version: 2
Expand Down

0 comments on commit aa6c334

Please sign in to comment.