Merge pull request #84249 from odinuge/bump-shellcheck

Bump shellcheck to v0.7.0
This commit is contained in:
Kubernetes Prow Robot
2019-11-04 06:19:40 -08:00
committed by GitHub
14 changed files with 54 additions and 48 deletions

View File

@@ -14,6 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# shellcheck disable=SC2034 # Variables sourced in other scripts.
# The golang package that we are building.
readonly KUBE_GO_PACKAGE=k8s.io/kubernetes
readonly KUBE_GOPATH="${KUBE_OUTPUT}/go"

View File

@@ -14,6 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# shellcheck disable=SC2034 # Variables sourced in other scripts.
# A set of helpers for tests
readonly reset=$(tput sgr0)