Skip to content

Commit f2744cd

Browse files
committed
fix shellcheck skips
1 parent 793fa45 commit f2744cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/runfile/shellcheck.runfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
summary 'Run shellcheck on all examples'
22

33
action do
4-
allowed_skips = 1
4+
allowed_skips = 2
55
Example.executables.each do |example|
66
if File.exist? example
77
success = system "shellcheck #{example}"

0 commit comments

Comments
 (0)