From: David Swan Date: Wed, 6 Dec 2017 15:37:53 +0000 (+0000) Subject: QuickFix X-Git-Tag: 1.12.0~9^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c6b1783ac32354c7c763c46283914c8892d7b758;p=puppet-modules%2Fpuppetlabs-firewall.git QuickFix --- 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'