aboutsummaryrefslogtreecommitdiff
path: root/lib/puppet/feature/augeas.rb
diff options
context:
space:
mode:
authorJosh Cooper <josh@puppet.com>2018-06-27 22:57:38 -0700
committerJosh Cooper <josh@puppet.com>2018-06-27 23:09:19 -0700
commitdf20c08345fba0b43833eef47c4da2fdd78523e9 (patch)
treeeccd5c48492f4240a8e6a269567c2439070d0719 /lib/puppet/feature/augeas.rb
parent1294290d6045fdd383a17cb45039b671ab954f05 (diff)
downloadpuppet-augeas_core-df20c08345fba0b43833eef47c4da2fdd78523e9.tar.gz
puppet-augeas_core-df20c08345fba0b43833eef47c4da2fdd78523e9.tar.bz2
Automatic update of rubocop violations
Add exclusions for: Layout/IndentHeredoc, Metrics/BlockNesting: Metrics/LineLength: Style/AccessorMethodName: Style/DoubleNegation: Style/MultipleComparison: Style/NumericPredicate: Style/PredicateName: Style/SignalException: Style/VariableName: SignalException is disabled because Puppet::Type#fail overrides Kernel#fail, and we really do want fail and not raise.
Diffstat (limited to 'lib/puppet/feature/augeas.rb')
-rw-r--r--lib/puppet/feature/augeas.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/feature/augeas.rb b/lib/puppet/feature/augeas.rb
index e22f53b..2e26fbf 100644
--- a/lib/puppet/feature/augeas.rb
+++ b/lib/puppet/feature/augeas.rb
@@ -1,3 +1,3 @@
require 'puppet/util/feature'
-Puppet.features.add(:augeas, :libs => ["augeas"])
+Puppet.features.add(:augeas, libs: ['augeas'])