We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4738d commit a0fed96Copy full SHA for a0fed96
.rubocop_todo.yml
@@ -6,12 +6,6 @@
6
# Note that changes in the inspected code, or installation of new
7
# versions of RuboCop, may require this file to be generated again.
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
# Offense count: 3
16
# Configuration parameters: AllowedMethods.
17
# AllowedMethods: enums
spec/unit/puppet/type/apt_key_spec.rb
@@ -167,7 +167,7 @@
167
Puppet::Type.type(:apt_key).new(id: 'EF8D349F',
168
source: 'http://apt.puppetlabs.com/pubkey.gpg',
169
ensure: :absent,
170
- refresh: :true)
+ refresh: true)
171
}.to raise_error(%r{ensure => absent and refresh => true are mutually exclusive})
172
end
173
0 commit comments