diff --git a/config/default.yml b/config/default.yml index 8df64c7a6..a3cd4f47d 100644 --- a/config/default.yml +++ b/config/default.yml @@ -2,6 +2,7 @@ RSpec: Enabled: true StyleGuideBaseURL: https://rspec.rubystyle.guide + DocumentationBaseURL: https://docs.rubocop.org/rubocop-rspec Include: &1 - "**/*_spec.rb" - "**/spec/**/*"