0
0
Fork 0

Use unchanging github links in docs/comments (#29545)

This commit is contained in:
Matt Jankowski 2024-03-11 11:14:55 -04:00 committed by GitHub
parent c10bbf5fe3
commit a38e424185
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 12 additions and 14 deletions

View file

@ -1,6 +1,6 @@
inherit_from: ../../.rubocop.yml
# Anonymous controllers in specs cannot access described_class
# https://github.com/rubocop/rubocop-rspec/blob/master/lib/rubocop/cop/rspec/described_class.rb#L36-L39
# Anonymous controllers in specs cannot access `described_class`, explanation:
# https://github.com/rubocop/rubocop-rspec/blob/v2.26.1/lib/rubocop/cop/rspec/described_class.rb#L36-L56
RSpec/DescribedClass:
SkipBlocks: true