From 0e4fd3b94ee3745cefb1424a0772c51e5013abd6 Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Wed, 24 Aug 2022 08:49:49 +0900 Subject: [PATCH] Fix incorrect documentation URLs when using `rubocop --show-docs-url` --- config/default.yml | 4 ++++ 1 file changed, 4 insertions(+) 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