Skip to content

Commit

Permalink
Ignore shellcheck quote error in rebase script
Browse files Browse the repository at this point in the history
I was hitting super annoying issues involving embedded quotations.
It seems acceptable to skip that lint check on this particular file
  • Loading branch information
msheiny committed Jul 12, 2018
1 parent d9908dd commit 01b9031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devops/scripts/rebase-ci.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2086
#
# To be utilized in CircleCI
# Determine target branch from PR number and rebase against that
Expand Down

0 comments on commit 01b9031

Please sign in to comment.