mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 02:08:13 +00:00 
			
		
		
		
	hack: fix update of golangci-lint verify scripts
b190ea0c9 accidentally enabled verify-golangci-lint-pr-hints.sh (non-blocking!)
in the normal "make verify" (blocking!).This commit is contained in:
		| @@ -34,7 +34,7 @@ EXCLUDED_PATTERNS=( | |||||||
|   "verify-all.sh"                # this script calls the make rule and would cause a loop |   "verify-all.sh"                # this script calls the make rule and would cause a loop | ||||||
|   "verify-*-dockerized.sh"       # Don't run any scripts that intended to be run dockerized |   "verify-*-dockerized.sh"       # Don't run any scripts that intended to be run dockerized | ||||||
|   "verify-golangci-lint-pr.sh"       # Runs in a separate job for PRs. |   "verify-golangci-lint-pr.sh"       # Runs in a separate job for PRs. | ||||||
|   "verify-golangci-lint-hints.sh" # Runs in a separate job for PRs. |   "verify-golangci-lint-pr-hints.sh" # Runs in a separate job for PRs. | ||||||
|   "verify-licenses.sh"           # runs in a separate job to monitor availability of the dependencies periodically |   "verify-licenses.sh"           # runs in a separate job to monitor availability of the dependencies periodically | ||||||
|   "verify-openapi-docs-urls.sh"  # Spams docs URLs, don't run in CI. |   "verify-openapi-docs-urls.sh"  # Spams docs URLs, don't run in CI. | ||||||
|   ) |   ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Patrick Ohly
					Patrick Ohly