blob: 86ce2a081de1372e54f9224e4e9efeb309400596 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Lint/UnderscorePrefixedVariableName:
Exclude:
- 'spec/mixlib/shellout/windows_spec.rb'
# Configuration parameters: ContextCreatingMethods.
Lint/UselessAccessModifier:
Exclude:
- 'lib/mixlib/shellout/windows/core_ext.rb'
# Set for mixlib-shell-out-windows.gemspec
Security/Eval:
Enabled: false
|