diff options
author | Markus Doits <markus.doits@stellenticket.de> | 2016-08-23 13:51:31 +0200 |
---|---|---|
committer | Markus Doits <markus.doits@stellenticket.de> | 2016-08-23 13:51:31 +0200 |
commit | 2950a68a415c97c4459a4df9a1556daccd29296e (patch) | |
tree | 2590461553ad5eada818cdfba6b76dbe7402bfbf /lib/pronto | |
parent | 1f2a9370f07d5613785eaed6fefb87901a33475f (diff) | |
download | pronto-hlint-2950a68a415c97c4459a4df9a1556daccd29296e.tar.gz pronto-hlint-2950a68a415c97c4459a4df9a1556daccd29296e.tar.zst pronto-hlint-2950a68a415c97c4459a4df9a1556daccd29296e.zip |
require shellwords (which might not be required by default)
references #1
Diffstat (limited to 'lib/pronto')
-rw-r--r-- | lib/pronto/eslint_npm.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pronto/eslint_npm.rb b/lib/pronto/eslint_npm.rb index afbae59..4f32e5b 100644 --- a/lib/pronto/eslint_npm.rb +++ b/lib/pronto/eslint_npm.rb | |||
@@ -1,4 +1,5 @@ | |||
1 | require 'pronto' | 1 | require 'pronto' |
2 | require 'shellwords' | ||
2 | 3 | ||
3 | module Pronto | 4 | module Pronto |
4 | class ESLintNpm < Runner | 5 | class ESLintNpm < Runner |