Skip to content

Commit cb5efab

Browse files
committed
Actualize references
``` $ bundle exec rake references:verify ERROR: https://twitter.com/schneems/status/1034123879978029057 (302) ERROR: https://docs.gitlab.com/ee/development/performance.html#reading-from-files-and-other-data-sources (301) ``` Twitter 302 is due to domain change, but the tweat actually does not exist anymore (see https://x.com/schneems/status/1034123879978029057)
1 parent dcac1e2 commit cb5efab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/default.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ Performance/ChainArrayAllocation:
6767
Description: >-
6868
Instead of chaining array methods that allocate new arrays, mutate an
6969
existing array.
70-
Reference: 'https://twitter.com/schneems/status/1034123879978029057'
7170
Enabled: false
7271
VersionAdded: '0.59'
7372

@@ -187,7 +186,7 @@ Performance/InefficientHashSearch:
187186

188187
Performance/IoReadlines:
189188
Description: 'Use `IO.each_line` (`IO#each_line`) instead of `IO.readlines` (`IO#readlines`).'
190-
Reference: 'https://docs.gitlab.com/ee/development/performance.html#reading-from-files-and-other-data-sources'
189+
Reference: 'https://docs.gitlab.com/development/performance/#reading-from-files-and-other-data-sources'
191190
Enabled: false
192191
VersionAdded: '1.7'
193192

0 commit comments

Comments
 (0)