Skip to content

Commit c78b6be

Browse files
committed
Merge branch 'stub-generator-patch' of https://github.com/dem4ron/rust-exercism into stub-generator-patch
2 parents 399903a + 28c0201 commit c78b6be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/.shellcheckrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
shell=bash
22
external-sources=true
3-
disable=SC2001 # https://www.shellcheck.net/wiki/SC2001 - effects most of the sed commands
3+
disable=SC2001 # https://www.shellcheck.net/wiki/SC2001 - effects most of the sed commands

bin/generator-utils/colors.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ cyan=$(echo -e '\033[0;36m')
1111
bold_green=$(echo -e '\033[1;32m')
1212

1313

14-
export red green blue yellow bold_green reset_color cyan
14+
export red green blue yellow bold_green reset_color cyan

0 commit comments

Comments
 (0)