瀏覽代碼

Disable spell checking in Circle CI lint temporary (need more config later)

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
master
Eric Zhao 5 年之前
父節點
當前提交
aa6c334703
共有 1 個檔案被更改,包括 8 行新增8 行删除
  1. +8
    -8
      .circleci/config.yml

+ 8
- 8
.circleci/config.yml 查看文件

@@ -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


Loading…
取消
儲存