Skip to content

Commit 84ac065

Browse files
authored
Merge pull request #299 from r7kamura/feature/url
Fix incorrect documentation URLs when using `rubocop --show-docs-url`
2 parents 5898a1b + 3deb350 commit 84ac065

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* [#299](https://github.com/rubocop/rubocop-performance/pull/299): Fix incorrect documentation URLs when using `rubocop --show-docs-url`. ([@r7kamura][])

config/default.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# This is the default configuration file.
22

3+
Performance:
4+
Enabled: true
5+
DocumentationBaseURL: https://docs.rubocop.org/rubocop-performance
6+
37
Performance/AncestorsInclude:
48
Description: 'Use `A <= B` instead of `A.ancestors.include?(B)`.'
59
Reference: 'https://github.com/JuanitoFatas/fast-ruby#ancestorsinclude-vs--code'

0 commit comments

Comments
 (0)