We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 399903a + 28c0201 commit c78b6beCopy full SHA for c78b6be
bin/.shellcheckrc
@@ -1,3 +1,3 @@
1
shell=bash
2
external-sources=true
3
-disable=SC2001 # https://www.shellcheck.net/wiki/SC2001 - effects most of the sed commands
+disable=SC2001 # https://www.shellcheck.net/wiki/SC2001 - effects most of the sed commands
bin/generator-utils/colors.sh
@@ -11,4 +11,4 @@ cyan=$(echo -e '\033[0;36m')
11
bold_green=$(echo -e '\033[1;32m')
12
13
14
-export red green blue yellow bold_green reset_color cyan
+export red green blue yellow bold_green reset_color cyan
0 commit comments