summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authordheerajd-msys <dheeraj.dubey@msystechnologies.com>2018-06-15 15:58:25 +0530
committerdheerajd-msys <dheeraj.dubey@msystechnologies.com>2018-06-15 19:35:51 +0530
commite6c8a07699915d5843772a951b7d9c0bc2c8ca8c (patch)
tree0db3210f4bba2e2589f98184f95ecf50c2271921 /.rubocop.yml
parent36da3db58fc5b2cd1b073f0458c6eec335d07d85 (diff)
downloadmixlib-shellout-e6c8a07699915d5843772a951b7d9c0bc2c8ca8c.tar.gz
add sensitive feature
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 4343509..86ce2a0 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -6,3 +6,7 @@ Lint/UnderscorePrefixedVariableName:
Lint/UselessAccessModifier:
Exclude:
- 'lib/mixlib/shellout/windows/core_ext.rb'
+
+# Set for mixlib-shell-out-windows.gemspec
+Security/Eval:
+ Enabled: false