Skip to content

Commit

Permalink
Fix incorrect documentation URLs when using rubocop --show-docs-url
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura committed Aug 24, 2022
1 parent db326dc commit 49354d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog/fix_incorrect_documentation_urls.md
@@ -0,0 +1 @@
* [#178](https://github.com/rubocop/rubocop-minitest/pull/178): Fix incorrect documentation URLs when using `rubocop --show-docs-url`. ([@r7kamura][])
1 change: 1 addition & 0 deletions config/default.yml
Expand Up @@ -3,6 +3,7 @@ Minitest:
Include:
- '**/test/**/*'
- '**/*_test.rb'
DocumentationBaseURL: https://docs.rubocop.org/rubocop-minitest

Minitest/AssertEmpty:
Description: 'This cop enforces the test to use `assert_empty` instead of using `assert(object.empty?)`.'
Expand Down

0 comments on commit 49354d7

Please sign in to comment.