golangci-lint: optionally skip it during "make verify", II
The pull-kubernetes-verify job is using this to run the base verify-golangci.sh only in the pull-kubernetes-verify-lint job. Because the file name was not quite right, it still ran.
This commit is contained in:
		| @@ -61,7 +61,7 @@ fi | |||||||
| # Exclude golangci-lint if requested, for example in pull-kubernetes-verify. | # Exclude golangci-lint if requested, for example in pull-kubernetes-verify. | ||||||
| if [[ ${EXCLUDE_GOLANGCI_LINT:-} =~ ^[yY]$ ]]; then | if [[ ${EXCLUDE_GOLANGCI_LINT:-} =~ ^[yY]$ ]]; then | ||||||
|   EXCLUDED_PATTERNS+=( |   EXCLUDED_PATTERNS+=( | ||||||
|     "verify-golangci.sh"              # runs in separate pull-kubernetes-verify-lint |     "verify-golangci-lint.sh"              # runs in separate pull-kubernetes-verify-lint | ||||||
|     ) |     ) | ||||||
| fi | fi | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Patrick Ohly
					Patrick Ohly