Disable ShellChecking for SC2164 (#7507)

* add missing cleanup for vs nginx

* disable SC2164 which checks safe cd

* make gen
This commit is contained in:
Navraj Singh Chhina 2020-06-08 16:56:32 -04:00 committed by GitHub
parent 78c6269fe7
commit e7616b2ac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
23 changed files with 23 additions and 23 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#

View File

@ -29,7 +29,7 @@ output_started = False
snippets = []
HEADER = """#!/bin/bash
# shellcheck disable=SC2034,SC2153,SC2155
# shellcheck disable=SC2034,SC2153,SC2155,SC2164
# Copyright Istio Authors. All Rights Reserved.
#