diff --git a/rubocop-performance.gemspec b/rubocop-performance.gemspec index 33ebe05..74872dc 100644 --- a/rubocop-performance.gemspec +++ b/rubocop-performance.gemspec @@ -25,9 +25,7 @@ Gem::Specification.new do |s| 'homepage_uri' => 'https://docs.rubocop.org/rubocop-performance/', 'changelog_uri' => 'https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md', 'source_code_uri' => 'https://github.com/rubocop/rubocop-performance/', - # rubocop:disable Layout/LineLength 'documentation_uri' => "https://docs.rubocop.org/rubocop-performance/#{RuboCop::Performance::Version.document_version}/", - # rubocop:enable Layout/LineLength 'bug_tracker_uri' => 'https://github.com/rubocop/rubocop-performance/issues' }