diff --git a/hack/verify-golint.sh b/hack/verify-golint.sh index a398cb6f3f5..6f55dff331c 100755 --- a/hack/verify-golint.sh +++ b/hack/verify-golint.sh @@ -14,6 +14,10 @@ # See the License for the specific language governing permissions and # limitations under the License. +# This sciprt checks cording style for go language files in each +# Kubernetes package by golint. +# Usage: hack/verify-golint.sh + set -o errexit set -o nounset set -o pipefail