Merge pull request #903 from puppetlabs/pdksync_pdksync-honeycombsetup
[puppet-modules/puppetlabs-apt.git] / .rubocop.yml
index 413a6442f5cc2420825a2da8db39063f024a0a52..33688a79ec1d068a47484b3bd878a725a7bf9f93 100644 (file)
@@ -26,7 +26,8 @@ GetText:
 GetText/DecorateString:
   Description: We don't want to decorate test output.
   Exclude:
-  - spec/*
+  - spec/**/*
+  Enabled: false
 RSpec/BeforeAfterAll:
   Description: Beware of using after(:all) as it may cause state to leak between tests.
     A necessary evil in acceptance testing.
@@ -89,6 +90,12 @@ Style/MethodCalledOnDoEndBlock:
   Enabled: true
 Style/StringMethods:
   Enabled: true
+GetText/DecorateFunctionMessage:
+  Enabled: false
+GetText/DecorateStringFormattingUsingInterpolation:
+  Enabled: false
+GetText/DecorateStringFormattingUsingPercent:
+  Enabled: false
 Layout/EndOfLine:
   Enabled: false
 Layout/IndentHeredoc: