Merge pull request #86604 from hase1128/add-simple-explanation-to-verify-golint-script

Add simple explanation to verify golint script
This commit is contained in:
Kubernetes Prow Robot 2020-01-08 01:49:40 -08:00 committed by GitHub
commit 302cf556e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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