diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2020-06-30 16:40:00 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-30 16:40:00 +0800 |
| commit | c97de8cad793daf4d3d93518d11642ab99fd93a0 (patch) | |
| tree | 1107ac3b2e238507d849efe594dac85c0b941ddb /hack/lib/lint.sh | |
| parent | Merge pull request #1874 from daixiang0/fix-image (diff) | |
| parent | Lint: add transfer sign for hint (diff) | |
| download | kubeedge-c97de8cad793daf4d3d93518d11642ab99fd93a0.tar.gz | |
Merge pull request #1842 from daixiang0/li
Lint: add transfer sign for hint
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 5ae0d00f3..c51874f87 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" | 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 check" return 1 } golangci-lint run |
