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.
1 parent 793fa45 commit f2744cdCopy full SHA for f2744cd
support/runfile/shellcheck.runfile
@@ -1,7 +1,7 @@
1
summary 'Run shellcheck on all examples'
2
3
action do
4
- allowed_skips = 1
+ allowed_skips = 2
5
Example.executables.each do |example|
6
if File.exist? example
7
success = system "shellcheck #{example}"
0 commit comments