File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 6
6
# Note that changes in the inspected code, or installation of new
7
7
# versions of RuboCop, may require this file to be generated again.
8
8
9
- # Offense count: 1
10
- # This cop supports unsafe autocorrection (--autocorrect-all).
11
- Lint/BooleanSymbol :
12
- Exclude :
13
- - ' spec/unit/puppet/type/apt_key_spec.rb'
14
-
15
9
# Offense count: 3
16
10
# Configuration parameters: AllowedMethods.
17
11
# AllowedMethods: enums
Original file line number Diff line number Diff line change 167
167
Puppet ::Type . type ( :apt_key ) . new ( id : 'EF8D349F' ,
168
168
source : 'http://apt.puppetlabs.com/pubkey.gpg' ,
169
169
ensure : :absent ,
170
- refresh : : true)
170
+ refresh : true )
171
171
} . to raise_error ( %r{ensure => absent and refresh => true are mutually exclusive} )
172
172
end
173
173
You can’t perform that action at this time.
0 commit comments