(CONT-773) Rubocop Manual Fix 3 - Lint/ConstantDefinitionInBlock
[puppet-modules/puppetlabs-apt.git] / .rubocop_todo.yml
index fb3857b0362552813b571d3c34576ff433c26ef8..5c52997eb081137b1c9da84c47220c09329802a2 100644 (file)
@@ -6,15 +6,6 @@
 # Note that changes in the inspected code, or installation of new
 # versions of RuboCop, may require this file to be generated again.
 
-# Offense count: 3
-# Configuration parameters: AllowedMethods.
-# AllowedMethods: enums
-Lint/ConstantDefinitionInBlock:
-  Exclude:
-    - 'spec/defines/key_compat_spec.rb'
-    - 'spec/defines/source_compat_spec.rb'
-    - 'spec/defines/source_spec.rb'
-
 # Offense count: 6
 # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
 Metrics/AbcSize: