diff --git a/config/default.yml b/config/default.yml index 0c2c0fc..f7912b9 100644 --- a/config/default.yml +++ b/config/default.yml @@ -1,5 +1,9 @@ # This is the default configuration file. +Packaging: + Enabled: true + DocumentationBaseURL: https://docs.rubocop.org/rubocop-packaging + Packaging/BundlerSetupInTests: Description: >- Using `bundler/setup` in tests is redundant. Consider