Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Fix go regex (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu authored May 25, 2021
1 parent 638717f commit 965008c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SHA1SUM
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3b699a4d1c42fe4331196730f561df0a653bcc60 codecov
69d5c7bb51834888b0ce0aed1f3d6b9dcdb4b474 codecov
8b75c056bddd46e8dbfaa475935fbba6f6a33c77 env
2 changes: 1 addition & 1 deletion SHA256SUM
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
b94776192b31a359d8c12fe2692c95b576d1526c07c219893cf9299542faf67c codecov
cd0d8f13721c3062c1dac41001b5a9c047f4320bdfc859fa6995259581fa67d3 codecov
8d0fa7c26d1e95f361b054649a1ad6afe5e2a1a0f128289149c7227e15eefc28 env
2 changes: 1 addition & 1 deletion SHA512SUM
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1390a9fd1fdbf026dd10caa20d91fc118570e0edae21a4b69fa8fc0fd875f01714fd3b6ff63bacd32bbb9895340de8d4438a76dce6e15ef2d314a311bd4e5c07 codecov
a5684ac5f59e2e71df694a19dbd5cb926ca5edf3cde1bd247e588c3ad16be2e051453617e41417a56b83aa4ee7cf8249832648102c9def7a173edb4fabc8d432 codecov
47689572d9bcf89be411a63129a5eb95257558b5d8df6ae96a973bde6c954e9bc943f6a87c2884440abc831637b967f2da748564ff0f61d99dcf9b0a1447d1df env
2 changes: 1 addition & 1 deletion codecov
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ then
# [ or ]
syntax_list='^[[:space:]]*[][][[:space:]]*(//.*)?$'
# func ... {
syntax_go_func='^[[:space:]]*[func].*[\{][[:space:]]*$'
syntax_go_func='^[[:space:]]*func[[:space:]]*[\{][[:space:]]*$'

# shellcheck disable=SC2089
skip_dirs="-not -path '*/$bower_components/*' \
Expand Down

0 comments on commit 965008c

Please sign in to comment.