mirror of https://github.com/k3s-io/k3s
More codespell ignores
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
(cherry picked from commit 6872e7da25
)
pull/4825/head
parent
b38ef3a6aa
commit
c889dedadf
|
@ -1,9 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
|
||||||
|
|
||||||
# Ignore vendor folder and check file names as well
|
# Ignore vendor folder and check file names as well
|
||||||
# Note: ignore "ba" in https://github.com/k3s-io/k3s/blob/4317a91/scripts/provision/vagrant#L54
|
# Note: ignore "ba" in https://github.com/k3s-io/k3s/blob/4317a91/scripts/provision/vagrant#L54
|
||||||
codespell --skip=.git,./vendor,go.mod,go.sum --check-filenames --ignore-words-list=ba
|
codespell --skip=.git,./vendor,MAINTAINERS,go.mod,go.sum --check-filenames --ignore-words-list=ba
|
||||||
|
|
||||||
code=$?
|
code=$?
|
||||||
if [ $code -ne 0 ]; then
|
if [ $code -ne 0 ]; then
|
||||||
|
|
Loading…
Reference in New Issue