Skip to content

Commit

Permalink
Disable SC1017,SC2086,SC2070 rules when shellcheck and did changes in…
Browse files Browse the repository at this point in the history
… sh files to address the formattings according to shellcheck

Signed-off-by: hansinikarunarathne <107214435+hansinikarunarathne@users.noreply.github.com>
  • Loading branch information
hansinikarunarathne committed Jul 1, 2024
1 parent 6126798 commit 7c29d8a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .shellcheckrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# ~/.shellcheckrc
disable=SC1017
disable=SC1017,SC2086,SC2070
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
# Build venv with required packages
VENV=".venv"
PYTHON_VENV="${VENV}/bin/python"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
# Build venv with required packages
VENV=".venv"
PYTHON_VENV="${VENV}/bin/python"
Expand Down
2 changes: 1 addition & 1 deletion hack/synchronize-istio-cni-manifests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@ -1,88 +0,0 @@
#!/usr/bin/env bash
@ -1,88 +0,0 @@

# This script aims at helping create a PR to update the manifests of the
# knative.
Expand Down
2 changes: 1 addition & 1 deletion hack/synchronize-istio-manifests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# #!/usr/bin/env bash
# !/usr/bin/env bash

# # This script aims at helping create a PR to update the manifests of Istio
# # This script:
Expand Down

0 comments on commit 7c29d8a

Please sign in to comment.