Add comments in several hack/verify-*.sh(s-v)

This commit is contained in:
Jin Hase
2020-01-21 19:10:46 +09:00
parent a7b4459cd1
commit 093fd4ab02
11 changed files with 40 additions and 1 deletions

View File

@@ -14,6 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# This script lints each shell script by `shellcheck`.
# Usage: `hack/verify-shellcheck.sh`.
set -o errexit
set -o nounset
set -o pipefail