(MODULES-9017) - update metadata to support current version of stdlib
[puppet-modules/puppetlabs-apt.git] / .rubocop.yml
index ef3b9a56c2698eba61231d2db771c90032921883..b25405c4308771da097da49e9220822f0f3a2516 100644 (file)
@@ -21,6 +21,10 @@ AllCops:
 Metrics/LineLength:
   Description: People have wide screens, use them.
   Max: 200
+GetText/DecorateString:
+  Description: We don't want to decorate test output.
+  Exclude:
+  - spec/*
 RSpec/BeforeAfterAll:
   Description: Beware of using after(:all) as it may cause state to leak between tests.
     A necessary evil in acceptance testing.