You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
332 B

  1. #!/bin/bash
  2. # cd to the root directory of kubespray
  3. cd $(dirname $0)/../../
  4. rm ./misspell*
  5. set -e
  6. wget https://github.com/client9/misspell/releases/download/v0.3.4/misspell_0.3.4_linux_64bit.tar.gz
  7. tar -zxvf ./misspell_0.3.4_linux_64bit.tar.gz
  8. chmod 755 ./misspell
  9. git ls-files | grep -v OWNERS_ALIASES | xargs ./misspell -error