Skip to content

Commit

Permalink
Merge pull request #5171 from freedomofpress/ignore-sc2230
Browse files Browse the repository at this point in the history
Ignore shellcheck warning 2230
  • Loading branch information
zenmonkeykstop authored Mar 26, 2020
2 parents c640df6 + 34408f5 commit 97470c4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devops/scripts/boot-strap-venv.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC1090
# shellcheck disable=SC1090,SC2230
# Shared logic to be sourced for bootstrapping a development virtualenv

set -eo pipefail
Expand Down
1 change: 1 addition & 0 deletions devops/scripts/match-ci-branch.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2230

#
# Checks the given regular expression against the branch names
Expand Down
2 changes: 1 addition & 1 deletion devops/scripts/vnc-docker-connect.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2086
# shellcheck disable=SC2086,SC2230
#
#
# Connect to a docker test instance's VNC session
Expand Down
1 change: 1 addition & 0 deletions install_files/securedrop-keyring/DEBIAN/preinst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2230

set -e

Expand Down
2 changes: 2 additions & 0 deletions update_version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
# shellcheck disable=SC2230

## Usage: ./update_version.sh <version>

set -e
Expand Down

0 comments on commit 97470c4

Please sign in to comment.