]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
QuickFix
authorDavid Swan <david.swan@puppet.co.uk>
Wed, 6 Dec 2017 15:37:53 +0000 (15:37 +0000)
committerDavid Swan <david.swan@puppet.co.uk>
Wed, 6 Dec 2017 15:37:53 +0000 (15:37 +0000)
.rubocop_todo.yml

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..af4b236fb2e8cd2d84b6f8b0ff7e09be59e28ac1 100644 (file)
@@ -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'