summaryrefslogtreecommitdiff
path: root/hack/lib/lint.sh
diff options
context:
space:
mode:
authorXiang Dai <long0dai@foxmail.com>2020-07-07 17:47:50 +0800
committerXiang Dai <long0dai@foxmail.com>2020-07-07 17:47:50 +0800
commit90e8d5310df1d59bdc799e3fee55b7bcf505723d (patch)
treee6ef46ef871162938702bd4baa567c9cf887469b /hack/lib/lint.sh
parentMerge pull request #1897 from daixiang0/edgesite (diff)
downloadkubeedge-90e8d5310df1d59bdc799e3fee55b7bcf505723d.tar.gz
Lint: update help info
Signed-off-by: Xiang Dai <long0dai@foxmail.com>
Diffstat (limited to 'hack/lib/lint.sh')
-rw-r--r--hack/lib/lint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/lib/lint.sh b/hack/lib/lint.sh
index 461d6211d..af68b01dc 100644
--- a/hack/lib/lint.sh
+++ b/hack/lib/lint.sh
@@ -27,7 +27,7 @@ kubeedge::lint::check() {
git diff --cached --name-only --diff-filter=ACRMTU master | grep -Ev "externalversions|fake|vendor|images|adopters" | xargs --no-run-if-empty sed -i 's/[ \t]*$//'
[[ $(git diff --name-only) ]] && {
- echo "Some files have white noise issue, please run \`make lint\` to check"
+ echo "Some files have white noise issue, please run \`make lint\` to slove this issue"
return 1
}
golangci-lint run