Skip to content

Commit

Permalink
Merge pull request #756 from r7kamura/feature/url
Browse files Browse the repository at this point in the history
Fix incorrect documentation URLs when using `rubocop --show-docs-url`
  • Loading branch information
koic committed Aug 24, 2022
2 parents 0d0767d + 3a33c3e commit 6fc6d22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog/fix_incorrect_documentation_urls.md
@@ -0,0 +1 @@
* [#756](https://github.com/rubocop/rubocop-rails/pull/756): Fix incorrect documentation URLs when using `rubocop --show-docs-url`. ([@r7kamura][])
4 changes: 4 additions & 0 deletions config/default.yml
Expand Up @@ -61,6 +61,10 @@ Lint/NumberConversion:
- fortnights
- in_milliseconds

Rails:
Enabled: true
DocumentationBaseURL: https://docs.rubocop.org/rubocop-rails

Rails/ActionControllerTestCase:
Description: 'Use `ActionDispatch::IntegrationTest` instead of `ActionController::TestCase`.'
StyleGuide: 'https://rails.rubystyle.guide/#integration-testing'
Expand Down

0 comments on commit 6fc6d22

Please sign in to comment.