Add simple explanation to verify-golint.sh

This commit is contained in:
Jin Hase 2019-12-25 17:05:32 +09:00
parent e94cf58f25
commit 17fa573e05

View File

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