mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Add simple explanation to verify-golint.sh
This commit is contained in:
parent
e94cf58f25
commit
17fa573e05
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user