From c6b1783ac32354c7c763c46283914c8892d7b758 Mon Sep 17 00:00:00 2001 From: David Swan Date: Wed, 6 Dec 2017 15:37:53 +0000 Subject: [PATCH] QuickFix --- .rubocop_todo.yml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index e69de29..af4b236 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -0,0 +1,37 @@ +# This configuration was generated by +# `rubocop --auto-gen-config` +# on 2017-12-06 15:37:07 +0000 using RuboCop version 0.51.0. +# The point is for the user to remove these configuration records +# one by one as the offenses are removed from the code base. +# Note that changes in the inspected code, or installation of new +# versions of RuboCop, may require this file to be generated again. + +# Offense count: 46 +Lint/BooleanSymbol: + Exclude: + - 'lib/puppet/provider/firewall/ip6tables.rb' + - 'lib/puppet/provider/firewall/iptables.rb' + - 'lib/puppet/type/firewall.rb' + - 'lib/puppet/type/firewallchain.rb' + +# Offense count: 2 +Lint/RescueWithoutErrorClass: + Exclude: + - 'lib/puppet/util/firewall.rb' + +# Offense count: 320 +# Configuration parameters: Blacklist. +# Blacklist: END, (?-mix:EO[A-Z]{1}) +Naming/HeredocDelimiterNaming: + Enabled: false + +# Offense count: 192 +# Configuration parameters: Prefixes. +# Prefixes: when, with, without +RSpec/ContextWording: + Enabled: false + +# Offense count: 4 +Style/CommentedKeyword: + Exclude: + - 'spec/unit/puppet/type/firewallchain_spec.rb' -- 2.45.2