diff --git a/hack/verify-golint.sh b/hack/verify-golint.sh index a398cb6f3f5..1b1f1bbac58 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 script checks coding 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