diff options
| author | Xiang Dai <long0dai@foxmail.com> | 2020-07-07 17:47:50 +0800 |
|---|---|---|
| committer | Xiang Dai <long0dai@foxmail.com> | 2020-07-07 17:47:50 +0800 |
| commit | 90e8d5310df1d59bdc799e3fee55b7bcf505723d (patch) | |
| tree | e6ef46ef871162938702bd4baa567c9cf887469b /hack/lib/lint.sh | |
| parent | Merge pull request #1897 from daixiang0/edgesite (diff) | |
| download | kubeedge-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.sh | 2 |
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 |
