Method: Quality::Tools::Shellcheck#shellcheck_args
- Defined in:
- lib/quality/tools/shellcheck.rb
#shellcheck_args ⇒ Object
7 8 9 |
# File 'lib/quality/tools/shellcheck.rb', line 7 def shellcheck_args "-fgcc -sbash #{shell_files.join(' ')}" end |