@@ -290,58 +290,6 @@ Style/RedundantArgument:
290290 Exclude :
291291 - ' lib/puppet/provider/file_line/ruby.rb'
292292
293- # Offense count: 1
294- # This cop supports safe autocorrection (--autocorrect).
295- Style/RedundantFileExtensionInRequire :
296- Exclude :
297- - ' lib/puppet/functions/to_toml.rb'
298-
299- # Offense count: 6
300- # This cop supports safe autocorrection (--autocorrect).
301- Style/RedundantHeredocDelimiterQuotes :
302- Exclude :
303- - ' lib/puppet/parser/functions/convert_base.rb'
304- - ' lib/puppet/parser/functions/deep_merge.rb'
305- - ' lib/puppet/parser/functions/getparam.rb'
306- - ' lib/puppet/parser/functions/loadjson.rb'
307- - ' lib/puppet/parser/functions/loadyaml.rb'
308- - ' lib/puppet/parser/functions/merge.rb'
309-
310- # Offense count: 1
311- # This cop supports safe autocorrection (--autocorrect).
312- Style/RedundantParentheses :
313- Exclude :
314- - ' lib/puppet/parser/functions/pw_hash.rb'
315-
316- # Offense count: 41
317- # This cop supports safe autocorrection (--autocorrect).
318- Style/RedundantRegexpEscape :
319- Exclude :
320- - ' lib/puppet/parser/functions/loadjson.rb'
321- - ' lib/puppet/parser/functions/loadyaml.rb'
322- - ' lib/puppet/parser/functions/range.rb'
323- - ' lib/puppet/parser/functions/values_at.rb'
324- - ' spec/functions/load_module_metadata_spec.rb'
325- - ' spec/functions/loadjson_spec.rb'
326- - ' spec/functions/validate_cmd_spec.rb'
327-
328- # Offense count: 4
329- # This cop supports safe autocorrection (--autocorrect).
330- Style/RedundantStringEscape :
331- Exclude :
332- - ' lib/puppet/type/file_line.rb'
333-
334- # Offense count: 4
335- # This cop supports safe autocorrection (--autocorrect).
336- # Configuration parameters: EnforcedStyle.
337- # SupportedStyles: implicit, explicit
338- Style/RescueStandardError :
339- Exclude :
340- - ' lib/puppet/functions/stdlib/crc32.rb'
341- - ' lib/puppet/functions/stdlib/sha256.rb'
342- - ' lib/puppet/parser/functions/any2bool.rb'
343- - ' spec/spec_helper.rb'
344-
345293# Offense count: 1
346294# This cop supports unsafe autocorrection (--autocorrect-all).
347295Style/SelectByRegexp :
0 commit comments