We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8dd305c + 22e595d commit 9e239beCopy full SHA for 9e239be
spec/project_spec.rb
@@ -65,7 +65,7 @@
65
it 'has a valid URL' do
66
issues.each do |issue|
67
number = issue[:number].gsub(/\D/, '')
68
- pattern = %r{^https://github\.com/rubocop-hq/rubocop-rails/(?:issues|pull)/#{number}$} # rubocop:disable Metrics/LineLength
+ pattern = %r{^https://github\.com/rubocop-hq/rubocop-rails/(?:issues|pull)/#{number}$} # rubocop:disable Layout/LineLength
69
expect(issue[:url]).to match(pattern)
70
end
71
0 commit comments