+# 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'