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 f2744cd commit 4de8f4dCopy full SHA for 4de8f4d
support/runfile/shfmt.runfile
@@ -1,7 +1,7 @@
1
summary 'Run shfmt checks on all examples'
2
3
action do
4
- allowed_skips = 2
+ allowed_skips = 3
5
Example.executables.each do |example|
6
if example == 'examples/heredoc/cli' || !File.exist?(example)
7
say "- skip c`#{example}`"
0 commit comments