Skip to content

Commit

Permalink
Add DocumentationBaseURL
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura committed Aug 24, 2022
1 parent 740ce57 commit b3168d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,7 @@
* Fix a false positive for `RSpec/Capybara/SpecificMatcher` when may not have a `href` by `have_link`. ([@ydah][])
* Add `NegatedMatcher` configuration option to `RSpec/ChangeByZero`. ([@ydah][])
* Add new `RSpec/Capybara/SpecificFinders` cop. ([@ydah][])
* Fix incorrect documentation URLs when using `rubocop --show-docs-url`. ([@r7kamura][])

## 2.12.1 (2022-07-03)

Expand Down
1 change: 1 addition & 0 deletions config/default.yml
Expand Up @@ -2,6 +2,7 @@
RSpec:
Enabled: true
StyleGuideBaseURL: https://rspec.rubystyle.guide
DocumentationBaseURL: https://docs.rubocop.org/rubocop-rspec
Include: &1
- "**/*_spec.rb"
- "**/spec/**/*"
Expand Down

0 comments on commit b3168d5

Please sign in to comment.